Browse Source

sync: fix abort on diff

master
Alejandro Mery 11 years ago
parent
commit
04f1dc7585
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sync.sh

+ 1
- 1
sync.sh

@ -42,7 +42,7 @@ else
done > $ak~
fi
if ! cmp $ak $ak~; then
diff -u $ak $ak~
diff -u $ak $ak~ || true
mv $ak~ $ak
fi
cd ..

Loading…
Cancel
Save