summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buetow.org.sh')
-rwxr-xr-xbuetow.org.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buetow.org.sh b/buetow.org.sh
index 628209e9..21e19352 100755
--- a/buetow.org.sh
+++ b/buetow.org.sh
@@ -8,6 +8,8 @@ declare DATE=date
declare SED=sed
which gdate &>/dev/null && DATE=gdate
which gsed &>/dev/null && SED=gsed
+readonly DATE
+readonly SED
source buetow.org.conf
source ./modules/assert.source.sh