Fixed the mess created when I did LOD branch on accident

This commit is contained in:
sasha@mysql.sashanet.com 2000-08-02 21:19:47 -06:00
parent 2ff140a6fe
commit 407d7bb8f3

View File

@ -21,7 +21,7 @@ esac
# Parse arguments to see if caller wants the pid_file somewhere else. # Parse arguments to see if caller wants the pid_file somewhere else.
parse_arguments() { parse_arguments() {
for arg; do for arg in "$@"; do
case $arg in case $arg in
--datadir=*) DATADIR=`echo "$arg" | sed -e "s;--datadir=;;"` ;; --datadir=*) DATADIR=`echo "$arg" | sed -e "s;--datadir=;;"` ;;
--pid-file=*) pid_file=`echo "$arg" | sed -e "s;--pid-file=;;"` ;; --pid-file=*) pid_file=`echo "$arg" | sed -e "s;--pid-file=;;"` ;;