diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2013-01-15 18:46:29 +0100 |
---|---|---|
committer | Wim Muskee <wimmuskee@gmail.com> | 2013-01-15 18:46:29 +0100 |
commit | ca912c79103dbc4a7dc3b4729ba6e33258fb05c6 (patch) | |
tree | eb39ce33d2c1e032b0fb41e65923eaf85f016026 | |
parent | Man page refresh; option list, file list, add update locales description. (diff) | |
download | localepurge-master.tar.gz localepurge-master.tar.bz2 localepurge-master.zip |
-rwxr-xr-x | localepurge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localepurge b/localepurge index e4699f9..fc06c7f 100755 --- a/localepurge +++ b/localepurge @@ -297,7 +297,7 @@ done # Calculating and reporting total disk space freed: if [ "$SHOWFREEDSPACE" = "enabled" ]; then - let TOTAL=$LOCALETOTAL+$MANTOTAL + TOTAL=$(($LOCALETOTAL + $MANTOTAL)) if test $TOTAL -lt 0; then TOTAL=0 fi |