]> gitweb.fluxo.info Git - firma.git/commitdiff
again fix on passphrase evaluation
authorrhatto <rhatto>
Thu, 12 Oct 2006 18:52:11 +0000 (18:52 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 18:52:11 +0000 (18:52 +0000)
firma

diff --git a/firma b/firma
index 3baa2626fcdb1668c130501b51e1c8885d34fb02..fe22f437d45c82a692089adb86ee201d7d21b067 100755 (executable)
--- a/firma
+++ b/firma
@@ -1966,7 +1966,7 @@ function SourceListConfig {
 \tleast 5 special characters. Also, no character can be sequentially repeated
 \tmore than 4 times." || \
   # LIST_PASSPHRASE="`EvalConfigParameter $LIST_CONFIG_FILE LIST_PASSPHRASE`"
-  LIST_PASSPHASE="`grep "^PASSPHRASE=" $LIST_CONFIG_FILE | grep -e "^PASSPHRASE=" $1 | sed -e "s/^PASSPHRASE='//" -e "s/'$//" | sort -r | head -n 1`"
+  LIST_PASSPHASE="`grep "^PASSPHRASE=" $LIST_CONFIG_FILE | sed -e "s/^PASSPHRASE='//" -e "s/'$//" | sort -r | head -n 1`"
 
   [ "$1" == "help" ] && echo -e "\nOptional list config parameters\n"