From: Daniel Carl Date: Mon, 27 May 2013 12:28:49 +0000 (+0200) Subject: Fixed wrong quote in js2h.sh file (#18). X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=07f01099b2090efa480ef0bfa9df6c7ed409abe2;p=vimb.git Fixed wrong quote in js2h.sh file (#18). --- diff --git a/src/js2h.sh b/src/js2h.sh index db23784..174d413 100755 --- a/src/js2h.sh +++ b/src/js2h.sh @@ -10,4 +10,4 @@ cat $1 | \ -e "s|\([-?<>:=(){};+\&\"',\|]\) |\1|g" \ -e 's|\\|\\\\|g' \ -e 's|"|\\"|g' -echo -n "\"\n" +echo '"'