From c472b283f42f50c7612201f83ad9fda762ad68e6 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 18:52:11 +0000 Subject: again fix on passphrase evaluation --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firma') diff --git a/firma b/firma index 3baa262..fe22f43 100755 --- 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" -- cgit v1.2.3