summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIWATSUKI Hiroyuki <don@na.rim.or.jp>2011-03-14 01:49:37 (GMT)
committerEvan Martin <martine@danga.com>2011-03-14 01:49:37 (GMT)
commit5f0157250c5d304e28959f6e665af6faad903561 (patch)
tree3211de1c3f0abfcdda0c985ec9d6a40410daf4f6
parentbdae8293c6845df02d0ffd4585aa35b919e59811 (diff)
downloadNinja-5f0157250c5d304e28959f6e665af6faad903561.zip
Ninja-5f0157250c5d304e28959f6e665af6faad903561.tar.gz
Ninja-5f0157250c5d304e28959f6e665af6faad903561.tar.bz2
src/inline.sh: fix typo
I (Evan) got this wrong in the previous commit.
-rwxr-xr-xsrc/inline.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inline.sh b/src/inline.sh
index 8e54c9b..5acc17b 100755
--- a/src/inline.sh
+++ b/src/inline.sh
@@ -20,6 +20,6 @@
varname="$1"
echo "const char $varname[] ="
-od -t x1 -A n -v | sed -e 's| ||g; s|..|\\x|g; s|^|"|; s|$|"|'
+od -t x1 -A n -v | sed -e 's| ||g; s|..|\\x&|g; s|^|"|; s|$|"|'
echo ";"