Commit 407d7bb8 authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

Fixed the mess created when I did LOD branch on accident

parent 2ff140a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=;;"` ;;