home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9d65e
)
Removed test for writing non-bashisms. Was only meant to be work-temporary.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 21 Jan 2014 04:25:33 +0000
(
05:25
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 21 Jan 2014 04:25:33 +0000
(
05:25
+0100)
roguelike
patch
|
blob
|
history
diff --git
a/roguelike
b/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