From a72dcd5252d39705ef257a28c065b62f8b8f92b5 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Aug 2000 21:19:47 -0600 Subject: Fixed the mess created when I did LOD branch on accident scripts/safe_mysqld.sh: merged Tim's change fixing up the mess I've made --- scripts/safe_mysqld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/safe_mysqld.sh') diff --git a/scripts/safe_mysqld.sh b/scripts/safe_mysqld.sh index a5ea4635ab9..1f481f07fed 100755 --- a/scripts/safe_mysqld.sh +++ b/scripts/safe_mysqld.sh @@ -21,7 +21,7 @@ esac # Parse arguments to see if caller wants the pid_file somewhere else. parse_arguments() { - for arg; do + for arg in "$@"; do case $arg in --datadir=*) DATADIR=`echo "$arg" | sed -e "s;--datadir=;;"` ;; --pid-file=*) pid_file=`echo "$arg" | sed -e "s;--pid-file=;;"` ;; -- cgit v1.2.1