diff options
author | rhatto <rhatto> | 2006-10-12 18:52:11 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-12 18:52:11 +0000 |
commit | c472b283f42f50c7612201f83ad9fda762ad68e6 (patch) | |
tree | b3c96b31cb82dff1a22a8b66a7625589ec9cbb53 | |
parent | 591993a4d6f7838e4a778bc66ea30133ee351ff7 (diff) | |
download | firma-c472b283f42f50c7612201f83ad9fda762ad68e6.tar.gz firma-c472b283f42f50c7612201f83ad9fda762ad68e6.tar.bz2 |
again fix on passphrase evaluation
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |