diff options
Diffstat (limited to 'dev-python/twisted/files/twistd.init')
-rw-r--r-- | dev-python/twisted/files/twistd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twisted/files/twistd.init b/dev-python/twisted/files/twistd.init index 5d4d4e79fe21..e7b29f1a7e96 100644 --- a/dev-python/twisted/files/twistd.init +++ b/dev-python/twisted/files/twistd.init @@ -5,7 +5,7 @@ depend() { } start() { - if [[ -z "${TWISTD_OPTS}" ]]; then + if [ -z "${TWISTD_OPTS}" ]; then eerror "TWISTD_OPTS is not set!" eerror "You need to configure twistd in /etc/conf.d/twistd." return 1 |