aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2005-08-08 02:21:50 +0000
committerrhatto <rhatto>2005-08-08 02:21:50 +0000
commit62cc6406658baae7884f32f82a2021d265439dee (patch)
treed8c5eb8adef9db7190cdfa0f0681d218eed1cd70 /firma
parent105e4b25cfb073b1d70ee2790c3bcf45678fd339 (diff)
downloadfirma-62cc6406658baae7884f32f82a2021d265439dee.tar.gz
firma-62cc6406658baae7884f32f82a2021d265439dee.tar.bz2
minor changes
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 6488a68..ec0fc9d 100755
--- a/firma
+++ b/firma
@@ -47,7 +47,7 @@ function check_config {
exit 1
elif [ ! -d $GPGDIR -o ! -f $GPGDIR/pubring.gpg -o ! -f $GPGDIR/secring.gpg ]; then
echo "$CONFIG_FILE: GPG home directory ($GPGDIR) or the GPG keyrings could not be found."
- exit 1
+ exit 1
elif [ -z "$(cat $CONFIG | grep -o ^PASSWD=\'[^\']*\'$)" -o \
-z "$(echo -n $PASSWD)" -o \
"$(echo -n $PASSWD | wc -m)" -lt "25" -o \