summaryrefslogtreecommitdiff
path: root/wm/enlightenment/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'wm/enlightenment/patches/patch-af')
-rw-r--r--wm/enlightenment/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/enlightenment/patches/patch-af b/wm/enlightenment/patches/patch-af
new file mode 100644
index 00000000000..ec99de903be
--- /dev/null
+++ b/wm/enlightenment/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2003/05/25 09:50:54 salo Exp $
+
+--- scripts/e_cache_query.orig Sat May 24 08:38:52 2003
++++ scripts/e_cache_query Sat May 24 08:40:11 2003
+@@ -37,7 +37,7 @@
+ VAL=`du -s $ECACHEDIR/cached/pager $ECACHEDIR/cached/bgsel $ECACHEDIR/cached/cfg | awk '{printf("%s ", $1);}'`
+ TOT=0
+ for I in $VAL; do
+- TOT=$[ $TOT + $I ];
++ TOT=$(( $TOT + $I ));
+ done
+ eesh -e "dialog_ok Your caches are using $TOT Kb of disk space."
+ exit