lean4-htt/tests/pkg/path with spaces/test.sh
Sebastian Ullrich 9b342efb84
fix: calling programs with spaces on Windows (#4515)
This entire API has been carefully optimized for maximum pain output

---------

Co-authored-by: Mac Malone <tydeu@hatpress.net>
2024-07-26 17:35:05 +00:00

7 lines
178 B
Bash
Executable file

#!/usr/bin/env bash
rm -rf .lake/build
lake exe "path with spaces"
# presence of this file should not break process spawn
touch .lake/build/bin/path
lake exe "path with spaces"