Skip to content

Commit

Permalink
Merge pull request #9 from gap-system/mh/whitespace
Browse files Browse the repository at this point in the history
Deal with whitespace in paths
  • Loading branch information
ChrisJefferson authored Sep 4, 2024
2 parents 3de5eb8 + c24b6ec commit ce788c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/gap-prep-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ rm -f ../../run-gap.sh

echo "#!/usr/bin/env bash" > ../../run-gap.sh
echo "stty susp undef # disable ctrl-z" >> ../../run-gap.sh
echo 'cd $(cygpath --mydocs)' >> ../../run-gap.sh
echo "${GAP_ROOT}/gap" >> ../../run-gap.sh
echo 'cd "$(cygpath --mydocs)"' >> ../../run-gap.sh
echo "\"${GAP_ROOT}/gap\"" >> ../../run-gap.sh

0 comments on commit ce788c1

Please sign in to comment.