diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-14 11:55:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-14 11:55:39 +0300 |
| commit | 5f4a64e210ae376f7a686fc959edd07170a4ebfe (patch) | |
| tree | e5d98d3972b6b341a396fb84d064eaee69132287 | |
| parent | 34d37a0b34da1f43af95cff014afd1522a578561 (diff) | |
fix
| -rwxr-xr-x | gemtexter | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ test -z "$GIT_COMMIT_MESSAGE" && GIT_COMMIT_MESSAGE='' test -z "$LOG_VERBOSE" && LOG_VERBOSE='' test -z "$PRE_GENERATE_HOOK" && PRE_GENERATE_HOOK='' test -z "$POST_PUBLISH_HOOK" && POST_PUBLISH_HOOK='' +test -z "$HTML_VARIANT" && HTML_VARIANT='' set -euf -o pipefail |
