From: Christian Heller Date: Tue, 21 Jan 2014 04:25:33 +0000 (+0100) Subject: Removed test for writing non-bashisms. Was only meant to be work-temporary. X-Git-Tag: tce~893 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=1c7e780b3486f025aed46957328cba88983c34b1 Removed test for writing non-bashisms. Was only meant to be work-temporary. --- diff --git a/roguelike b/roguelike index 2143f05..dadab3c 100755 --- 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