]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Fixed a Bourne Shell issue in mlmmj-make-ml.sh (Magnus Naeslund)
authormortenp <none@none>
Wed, 6 Dec 2006 14:05:07 +0000 (01:05 +1100)
committermortenp <none@none>
Wed, 6 Dec 2006 14:05:07 +0000 (01:05 +1100)
ChangeLog
src/mlmmj-make-ml.sh.in

index 307c6047cf8dcb9c8e9d5da6b55c49c39bfc7ed6..8b282e1e99237fef1db58fce05f9aa6791f5213e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+ o Fixed a Bourne Shell issue in mlmmj-make-ml.sh (Magnus Naeslund)
  o Fixed hostnamestr() for hosts that can't find themselves using
    gethostbyname() (Benoit Dolez)
  o Add 'modnonsubposts' tunable that when set will moderate all posts
index 00e8d4648c533e88a9688280ce97dc4bdd5ee7e2..e3d454397a12ee3d5180cce10ea76a5467a56c3c 100755 (executable)
@@ -46,7 +46,7 @@ case "$Option" in
        exit 1
 esac
 done
-let SHIFTVAL=$OPTIND-1
+SHIFTVAL=$((OPTIND-1))
 shift $SHIFTVAL
 
 if [ -z "$SPOOLDIR" ]; then