mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix truncate arg ordering because of stupid OSX.
This commit is contained in:
@@ -21,7 +21,7 @@ if [ ! -s $destfile ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
truncate $srcfile -r $destfile
|
||||
truncate -r $destfile $srcfile
|
||||
if ! cmp $srcfile $destfile; then
|
||||
echo "Comparison failed!" >&2
|
||||
echo "Run this to repeat:" >&2
|
||||
|
||||
Reference in New Issue
Block a user