mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/options: log PWD when the current directory includes a space
This commit is contained in:
parent
dae7e1c534
commit
ecc3500395
@ -6,6 +6,8 @@ fi
|
||||
|
||||
# Spaces in paths are verboten
|
||||
if [[ ${PWD} =~ [[:space:]] ]]; then
|
||||
echo "Current PWD: \"${PWD}\"" 1>&2
|
||||
echo 1>&2
|
||||
echo "Building in a folder that includes spaces is NOT supported. Use a folder without spaces." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user