added missing \$ escapes
authorkramm <kramm>
Sun, 18 Mar 2007 18:25:44 +0000 (18:25 +0000)
committerkramm <kramm>
Sun, 18 Mar 2007 18:25:44 +0000 (18:25 +0000)
lib/pdf/inject-xpdf.pl

index 045e990..8693f81 100755 (executable)
@@ -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