summaryrefslogtreecommitdiff
path: root/src/lib/conf.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-22 18:13:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-22 18:13:15 -0400
commit04ba2e4b62c31e867cbc873d636e3184a009cac6 (patch)
treedab144cd1312f7be0e457e436bd57e82d1899db1 /src/lib/conf.sh
parent842eab9c67f0b6a45b5247da9a4cdb750431013d (diff)
parent610699384997e346f7826fe912dcd511ecc4cd8c (diff)
Merge commit '610699'
Conflicts: src/abslibre-tools/createworkdir
Diffstat (limited to 'src/lib/conf.sh')
-rw-r--r--src/lib/conf.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/conf.sh b/src/lib/conf.sh
index ea4f15e..f96af26 100644
--- a/src/lib/conf.sh
+++ b/src/lib/conf.sh
@@ -1,5 +1,6 @@
-#!/bin/bash -euE
-#!/bin/bash
+#!/bin/bash # non-executable, but put this there as a hint to text editors
+# This may be included with or without `set -euE`
+
# Copyright (c) 2012-2013 by Luke Shumaker <lukeshu@sbcglobal.net>
#
# This program is free software; you can redistribute it and/or modify