Fixed wrong quote in js2h.sh file (#18).
authorDaniel Carl <danielcarl@gmx.de>
Mon, 27 May 2013 12:28:49 +0000 (14:28 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 27 May 2013 12:28:49 +0000 (14:28 +0200)
src/js2h.sh

index db23784..174d413 100755 (executable)
@@ -10,4 +10,4 @@ cat $1 | \
     -e "s|\([-?<>:=(){};+\&\"',\|]\) |\1|g" \
     -e 's|\\|\\\\|g' \
     -e 's|"|\\"|g'
-echo -n "\"\n"
+echo '"'