fixed issue with directory name having spacing in name
This commit is contained in:
@@ -7,7 +7,7 @@ umask 022
|
||||
. config/utilities.bash
|
||||
|
||||
|
||||
if [ ! -d $SYSROOT ]; then
|
||||
if [ ! -d "$SYSROOT" ]; then
|
||||
create_sysroot
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user