From 665ebfc9f7fbca887d3c0dbb5416f62c7c2bfeb2 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 29 Oct 2021 15:03:02 +0200 Subject: [PATCH] use `FAKE_COMPAT` on `document` script --- sh/document | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sh/document b/sh/document index 678731c..a9e6b9d 100755 --- a/sh/document +++ b/sh/document @@ -1,9 +1,5 @@ #!/usr/bin/env dash -# NO_ZSH -# NO_BASH -# YES_DASH -# YES_ASH -# okay, so this probably does run with zsh and bash, but why bother? +# FAKE_COMPAT # NOTE: a lot of boilerplate code is pulled from the pure sh bible: # https://github.com/dylanaraps/pure-sh-bible