home · contact · privacy
Removed test for writing non-bashisms. Was only meant to be work-temporary.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 21 Jan 2014 04:25:33 +0000 (05:25 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 21 Jan 2014 04:25:33 +0000 (05:25 +0100)
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