fixed issue with directory name having spacing in name

This commit is contained in:
ag-tsotetsi
2026-02-07 20:53:40 +02:00
parent 6dd72420df
commit 6d83390aef
8 changed files with 43 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ umask 022
. config/utilities.bash
if [ ! -d $SYSROOT ]; then
if [ ! -d "$SYSROOT" ]; then
create_sysroot
fi