diff --git a/ctl b/ctl index b74ffcb..44df4ba 100755 --- a/ctl +++ b/ctl @@ -3,7 +3,7 @@ HOST="[::1]:9842" NAME="openmedialibrary" PID="/tmp/$NAME.pid" -cd `dirname "$0"` +cd "`dirname "$0"`" if [ -e oml ]; then cd .. fi