Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
remove extraneous -r from gap_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed May 28, 2019
1 parent 9b91a09 commit 8958e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/interfaces/gap.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

first_try = True

gap_cmd = "gap -r"
gap_cmd = "gap"
if platform.processor() == 'ia64' and os.path.exists('/usr/bin/prctl'):
# suppress unaligned access to 0x..., ip=0x... warnings
gap_cmd = 'prctl --unaligned=silent ' + gap_cmd
Expand Down

0 comments on commit 8958e4d

Please sign in to comment.