Avoid an error message due to the lack of the 'sync' command.

This commit is contained in:
Johannes Sixt
2007-05-22 19:33:19 +02:00
parent 312749fc46
commit a37c540e0e

View File

@@ -99,7 +99,7 @@ then
# We know $existing are all redundant.
if [ -n "$existing" ]
then
sync
sync 2> /dev/null
( cd "$PACKDIR" &&
for e in $existing
do