mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 22:09:43 +03:00
Minor corrections
svn path=/trunk/netsurf/; revision=7391
This commit is contained in:
parent
1f9ae3b62e
commit
0ac64cfce6
6
amiga/dist/Install
vendored
6
amiga/dist/Install
vendored
@ -14,7 +14,9 @@
|
||||
)
|
||||
|
||||
(procedure p_failedsobjs
|
||||
(message "The following shared objects failed to copy. These will be updated on next reboot.\n\n" #failedsobjs)
|
||||
(if #failedsobjs
|
||||
(message "The following shared objects failed to copy. These will be updated on next reboot.\n\n" #failedsobjs)
|
||||
)
|
||||
)
|
||||
|
||||
(procedure p_schedulesobj #sobj
|
||||
@ -58,7 +60,7 @@
|
||||
(
|
||||
(set #sobj-oldversion (getversion (tackon "SObjs:" #sobj)))
|
||||
|
||||
(if (= #sobj-version #sobj-oldversion) (set #same 1))
|
||||
(if (<= #sobj-version #sobj-oldversion) (set #same 1))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user