From 5f0157250c5d304e28959f6e665af6faad903561 Mon Sep 17 00:00:00 2001 From: IWATSUKI Hiroyuki Date: Sun, 13 Mar 2011 18:49:37 -0700 Subject: src/inline.sh: fix typo I (Evan) got this wrong in the previous commit. --- src/inline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ";" -- cgit v0.12