Skip to content

Commit

Permalink
Update gap-prep-runtime
Browse files Browse the repository at this point in the history
Disable ctrl+Z, as it causes GAP to hang.
  • Loading branch information
ChrisJefferson authored Oct 17, 2023
1 parent b216642 commit ffe6073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/gap-prep-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ find . -type f \( -name '*.exe' -o -name '*.dll' -o -name '*.a' -o -name '*.o' -
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

rm -f ../../gapicon.ico
cp cnf/cygwin/gapicon.ico ../../gapicon.ico
cp cnf/cygwin/gapicon.ico ../../gapicon.ico

0 comments on commit ffe6073

Please sign in to comment.