diff --git a/config/options b/config/options index 13f214ac17..2bebb8d4cc 100644 --- a/config/options +++ b/config/options @@ -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