diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-05-10 10:12:56 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | c55a4f4deebe5df614184029cd0257c1bdf98018 (patch) | |
| tree | c1d6faf23d40726c2834a35083811ab0ace4d9ed /buetow.org.sh | |
| parent | 6b35e57c78637118438ba57704d373e22f6200a4 (diff) | |
fix sed on macOS
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 8419f4b..4d54694 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 |
