[OpenSER-Devel] Little funny bug in openserctl & openserdbctl v1.3.0

Mihail Gluhowchenko kukumander at gmail.com
Wed Jan 9 03:38:00 UTC 2008


Hello all;
Tries to print a mistake, with the function (merr) is depend library
openserctl.base

Old:
if [ -f "$MYLIBDIR/" ]; then
        . "$MYLIBDIR/openserctl.base"
else
        merr "Cannot load core functions '$MYLIBDIR/openserctl.base' -
exiting ..."
        exit -1
fi

New:
if [ -f "$MYLIBDIR/openserctl.base" ]; then
        . "$MYLIBDIR/openserctl.base"
else
        echo -e "Cannot load core functions '$MYLIBDIR/openserctl.base' -
exiting ...\n"
        exit -1
fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openser.org/pipermail/devel/attachments/20080109/d9142e85/attachment.htm 


More information about the Devel mailing list