From 1c426c5f1688e54a50167106c635f8b4e2dbe712 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 13 Oct 2006 22:00:43 +0000 Subject: small fic --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firma') diff --git a/firma b/firma index 86514b9..eff7227 100755 --- a/firma +++ b/firma @@ -2129,7 +2129,7 @@ function SetDeliveryRandomization { # returns: 0 #------------------------------------------------------------- - if [ "$DELIVERY_RANDOMIZATION" != "0" ] || [ ! -z "$DELIVERY_RANDOMIZATION" ]; then + if [ "$DELIVERY_RANDOMIZATION" != "0" ] && [ ! -z "$DELIVERY_RANDOMIZATION" ]; then # remove non-digits DELIVERY_RANDOMIZATION="`echo $DELIVERY_RANDOMIZATION | sed -e 's/[^0-9]//g'`" else -- cgit v1.2.3