home · contact · privacy
Removed test for writing non-bashisms. Was only meant to be work-temporary.
[plomrogue] / roguelike
index 2143f05623a0c98136634c7475aaa5c565d7a707..dadab3cb2c776725c4b496a9e623115cb08d869a 100755 (executable)
--- a/roguelike
+++ b/roguelike
@@ -1,8 +1,5 @@
 #!/bin/sh
 
-# This is only to ensure I write no unintentional bashisms.
-set -o posix
-
 # Abort the script on error.
 set -e