summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-01-27 18:04:32 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-01-27 18:04:32 +0100
commit438634fec934102839e05b5c587d7eb3fdf17571 (patch)
treec236e824b6798cb8ea786cddd4867a34b9f5187a /sfeed_update
parent645ef7420056796e6d2716bf920b8704451912ac (diff)
sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedantic
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update
index 7d11f18..d153d8a 100755
--- a/sfeed_update
+++ b/sfeed_update
@@ -212,4 +212,4 @@ main() {
exit 0
}
-[ "${SFEED_UPDATE_INCLUDE}" = "1" ] || main "$@"
+[ "${SFEED_UPDATE_INCLUDE}" != "" ] || main "$@"