Overlay/app-admin/localepurge/files/localepurge-0.5.4-evaltotal...

12 lines
289 B
Diff
Raw Normal View History

2018-12-06 12:30:24 +03:00
--- a/localepurge
+++ b/localepurge
@@ -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