diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-02-05 01:25:53 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-02-05 01:25:53 +0100 |
commit | afc604c4c9c91febde2a313f731ff59974a533d5 (patch) | |
tree | d105946093a89e16725afd6880cb94a784348220 /sfeed_update | |
parent | fee20df52a9091ee3a3efeaf3ed63b6940fb5be5 (diff) |
sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedantic
Diffstat (limited to 'sfeed_update')
-rwxr-xr-x | sfeed_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update index d153d8a..7d11f18 100755 --- a/sfeed_update +++ b/sfeed_update @@ -212,4 +212,4 @@ main() { exit 0 } -[ "${SFEED_UPDATE_INCLUDE}" != "" ] || main "$@" +[ "${SFEED_UPDATE_INCLUDE}" = "1" ] || main "$@" |