aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-13 22:00:43 +0000
committerrhatto <rhatto>2006-10-13 22:00:43 +0000
commit1c426c5f1688e54a50167106c635f8b4e2dbe712 (patch)
tree54b7cbd52cbc03f154d1ca6798f0911191c0413c /firma
parent462f9feb65aff339db9299a9473916478ad25034 (diff)
downloadfirma-1c426c5f1688e54a50167106c635f8b4e2dbe712.tar.gz
firma-1c426c5f1688e54a50167106c635f8b4e2dbe712.tar.bz2
small fic
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
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