From 771343c207bda650c4b479565d4aecb79a67924a Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Oct 2007 19:55:56 +0000 Subject: [PATCH] fixed bug in switch script generation --- lib/pdf/inject-xpdf.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index e893013..b917023 100755 --- a/lib/pdf/inject-xpdf.pl +++ b/lib/pdf/inject-xpdf.pl @@ -31,8 +31,6 @@ PS3="choose> " if test "x\$VERSION" = "x";then select V in stable latest;do VERSION="\$V";break;done fi -case $VERSION - if test "x\$VERSION" = "xstable";then echo "Switching to stable version" rm -f xpdf -- 1.7.10.4