aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 18:52:11 +0000
committerrhatto <rhatto>2006-10-12 18:52:11 +0000
commitc472b283f42f50c7612201f83ad9fda762ad68e6 (patch)
treeb3c96b31cb82dff1a22a8b66a7625589ec9cbb53 /firma
parent591993a4d6f7838e4a778bc66ea30133ee351ff7 (diff)
downloadfirma-c472b283f42f50c7612201f83ad9fda762ad68e6.tar.gz
firma-c472b283f42f50c7612201f83ad9fda762ad68e6.tar.bz2
again fix on passphrase evaluation
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
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"