diff options
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 2 |
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 |
