12 lines
366 B
Diff
12 lines
366 B
Diff
--- localepurge.original 2012-12-02 18:32:35.000000000 +0400
|
|
+++ localepurge 2013-01-14 19:31:35.327821252 +0400
|
|
@@ -254,7 +254,7 @@
|
|
|
|
# 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
|