X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fddtp-i18n-check.sh;h=8f5c6c08ffc746bf2d924dbd285f5bcd06547526;hb=031b25dd5d828d29d268b773564886460fc8dca7;hp=f894f1ccb943509c991759432aeb4742fd083e1e;hpb=60165836f3b6722cfc350518479a7e6a29d2c646;p=dak.git diff --git a/scripts/debian/ddtp-i18n-check.sh b/scripts/debian/ddtp-i18n-check.sh index f894f1cc..8f5c6c08 100755 --- a/scripts/debian/ddtp-i18n-check.sh +++ b/scripts/debian/ddtp-i18n-check.sh @@ -417,7 +417,7 @@ while read f; do IDX=$(dirname $f) tf_name=$(basename $fbz) tf_sha1=$(sha1sum $fbz) - tf_size=$(du $fbz) + tf_size=$(du --bytes $fbz) printf ' %s % 7s %s\n' "${tf_sha1% *}" \ "${tf_size% *}" "${tf_name}" >> "$IDX/Index" fi