git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8b565
)
added missing \$ escapes
author
kramm
<kramm>
Sun, 18 Mar 2007 18:25:44 +0000
(18:25 +0000)
committer
kramm
<kramm>
Sun, 18 Mar 2007 18:25:44 +0000
(18:25 +0000)
lib/pdf/inject-xpdf.pl
patch
|
blob
|
history
diff --git
a/lib/pdf/inject-xpdf.pl
b/lib/pdf/inject-xpdf.pl
index
045e990
..
8693f81
100755
(executable)
--- a/
lib/pdf/inject-xpdf.pl
+++ b/
lib/pdf/inject-xpdf.pl
@@
-25,10
+25,10
@@
open(fi, ">switch");
print fi <<EOF
#!/bin/sh
-VERSION=$1
+VERSION=\$1
PS3="choose> "
-if test "x$VERSION" = "x";then
+if test "x\$VERSION" = "x";then
select V in stable latest;do VERSION="$V";break;done
fi