Skip to content
Snippets Groups Projects
Commit 43cb8abf authored by Christian Engwer's avatar Christian Engwer
Browse files

quote directory, it might be an empty string

[[Imported from SVN: r4800]]
parent b8504406
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ for OPT in $* ; do
done
# check if DUNEWEBDIR seems correct
if test -d $DUNEWEBDIR && test -r $DUNEWEBDIR/layout/default.wml ; then
if test -d "$DUNEWEBDIR" && test -r $DUNEWEBDIR/layout/default.wml ; then
# call wml from within dune-web
# --nocd lets wml use the .wmlrc from dune-web
( cd $DUNEWEBDIR && @WML@ --nocd -DROOT=$BASEDIR $ARGS )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment