summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-05-10 10:12:56 +0100
committerPaul Buetow <pbuetow@mimecast.com>2021-05-10 10:12:56 +0100
commit876aa525c66e69d03858506d2b6ccbe542100e95 (patch)
tree65c156ad3027c42d104dbdd3c438e684c8f4f3b5 /buetow.org.sh
parent4869d8a62030fa10073a930782b424a3cba3223b (diff)
fix sed on macOS
Diffstat (limited to 'buetow.org.sh')
-rwxr-xr-xbuetow.org.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buetow.org.sh b/buetow.org.sh
index 8419f4b0..4d54694d 100755
--- a/buetow.org.sh
+++ b/buetow.org.sh
@@ -6,7 +6,7 @@ source buetow.org.conf
declare DATE=date
declare SED=sed
which gdate &>/dev/null && DATE=gdate
-which gsed &>/dev/null && DATE=gsed
+which gsed &>/dev/null && SED=gsed
## Test module