Skip to content
Snippets Groups Projects
Commit 4c5dcec5 authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

Fix PREFIX when path has whitespaces

parent f9b72170
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ OUTPUTDIR="output" ...@@ -18,7 +18,7 @@ OUTPUTDIR="output"
OUTPUT="$OUTPUTDIR/$BASENAME-$DNAME-$REPO-i386-$DATE.iso" OUTPUT="$OUTPUTDIR/$BASENAME-$DNAME-$REPO-i386-$DATE.iso"
# Jenkins like to create directory names with spaces... # Jenkins like to create directory names with spaces...
cd $PREFIX cd "$PREFIX"
test ! -d $OUTPUTDIR && mkdir -p $OUTPUTDIR test ! -d $OUTPUTDIR && mkdir -p $OUTPUTDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment