From: Daniel Carl Date: Fri, 12 May 2017 23:29:49 +0000 (+0200) Subject: Remove also whitespace around *%/[. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=b6ecafa5533ff5147f459847db79bd62c4760d3c;p=vimb.git Remove also whitespace around *%/[. --- diff --git a/src/scripts/js2h.sh b/src/scripts/js2h.sh index 18aa586..81425fc 100755 --- a/src/scripts/js2h.sh +++ b/src/scripts/js2h.sh @@ -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' \