diff options
Diffstat (limited to 'src/lib/common.sh.top')
-rw-r--r-- | src/lib/common.sh.top | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/common.sh.top b/src/lib/common.sh.top index c335956..054301b 100644 --- a/src/lib/common.sh.top +++ b/src/lib/common.sh.top @@ -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` + # This file is included by libremessages. # You should probably use libremessages instead of this. |