BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

{bb} 1.3a buglets in bb-ack.sh



I let myself back up to 2,033 messages in this list, so I'm sorry if this
has been covered already.

Line 44 in bb-ack.sh (the cgi script) is:
    set `echo $QUERY_STRING | sed "s/[&=]/\ /g"`
...and should be:
    set `echo $QUERY_STRING | $SED "s/[&=]/\ /g"`

Line 139 is:
        CHKNUM=`expr "$NUMBER" + 0` 2>/dev/null
...and should be:
        CHKNUM=`$EXPR "$NUMBER" + 0` 2>/dev/null

Line 153 is:
        CHKDELAY=`expr "$DELAY" + 0`
...and should be:
        CHKDELAY=`$EXPR "$DELAY" + 0`



-- 
Jason Englander <jason@interl.net>
Systems Administrator - InterLink L.C.


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index