get_waf.sh: Allow spaces in the pwd path
authorautoantwort <41973254+autoantwort@users.noreply.github.com>
Wed, 28 Aug 2019 21:11:12 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2019 21:11:12 +0000 (23:11 +0200)
scripts/get_waf.sh

index 5fdcea6..c60f966 100755 (executable)
@@ -48,7 +48,7 @@ fetchwaf
 buildwaf
 popd
 
-cp -prv $WAFBUILDDIR/waf-$WAFVERSION/waf $PWD
+cp -prv $WAFBUILDDIR/waf-$WAFVERSION/waf "$PWD"
 chmod +x waf
 
 cleanup