projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51b8213
)
Fixed wrong quote in js2h.sh file (#18).
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 27 May 2013 12:28:49 +0000
(14:28 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 27 May 2013 12:28:49 +0000
(14:28 +0200)
src/js2h.sh
patch
|
blob
|
history
diff --git
a/src/js2h.sh
b/src/js2h.sh
index
db23784
..
174d413
100755
(executable)
--- 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
'"'