Aleksander Machniak
2013-02-01 3dd136f26e36d0f453649e77300b408cfa8491e4
bin/jsunshrink.sh
@@ -6,7 +6,7 @@
   exit 1
fi
for fn in app common googiespell list; do
for fn in app common googiespell list treelist; do
   if [ -r "$JS_DIR/${fn}.js.src" ]; then
      mv "$JS_DIR/${fn}.js.src" "$JS_DIR/${fn}.js"
      echo "Reverted $JS_DIR/${fn}.js"