Remove also whitespace around *%/[.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 12 May 2017 23:29:49 +0000 (01:29 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 12 May 2017 23:29:49 +0000 (01:29 +0200)
src/scripts/js2h.sh

index 18aa586..81425fc 100755 (executable)
@@ -27,7 +27,7 @@ tr '\n\r' ' ' | \
 sed -e 's:/\*[^*]*\*/::g' \
     -e 's|[ ]\{2,\}| |g' \
     -e 's|^ ||g' \
-    -e "s|[ ]\{0,\}\([-!?<>:=(){};+\&\"',\|]\)[ ]\{0,\}|\1|g" \
+    -e "s|[ ]\{0,\}\([-*[%/!?<>:=(){};+\&\"',\|]\)[ ]\{0,\}|\1|g" \
     -e 's|"+"||g' | \
 # ecaspe
 sed -e 's|\\x20| |g' \