mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Avoid an error message due to the lack of the 'sync' command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user