ref: 63a7a4315287e9ac3774cd3f1b98cd6ee8612c45
parent: 63fc1dfb73714cac40869e4469cb6eac1b37beab
author: autoantwort <41973254+autoantwort@users.noreply.github.com>
date: Wed Aug 28 19:11:12 EDT 2019
get_waf.sh: Allow spaces in the pwd path
--- a/scripts/get_waf.sh
+++ b/scripts/get_waf.sh
@@ -48,7 +48,7 @@
buildwaf
popd
-cp -prv $WAFBUILDDIR/waf-$WAFVERSION/waf $PWD
+cp -prv $WAFBUILDDIR/waf-$WAFVERSION/waf "$PWD"
chmod +x waf
cleanup