diff options
author | rhatto <rhatto> | 2006-10-13 22:00:43 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-13 22:00:43 +0000 |
commit | 1c426c5f1688e54a50167106c635f8b4e2dbe712 (patch) | |
tree | 54b7cbd52cbc03f154d1ca6798f0911191c0413c | |
parent | 462f9feb65aff339db9299a9473916478ad25034 (diff) | |
download | firma-1c426c5f1688e54a50167106c635f8b4e2dbe712.tar.gz firma-1c426c5f1688e54a50167106c635f8b4e2dbe712.tar.bz2 |
small fic
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |