summaryrefslogtreecommitdiff
path: root/package/dropbear
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-10-18 12:04:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-10-18 12:04:02 +0200
commit9b7f5eba5fa07d65188d1f40b5bc244f0a2aa129 (patch)
treef80f2ff06193ad8e23f4aac85632ed1863b9fb9b /package/dropbear
parentc008b8741447a77371f3fd487830bfd7952dbdcd (diff)
update gcc, binutils, gdb, linux kernel, dnsmasq and alsa
WARNING: tested only on qemu-x86
Diffstat (limited to 'package/dropbear')
-rw-r--r--package/dropbear/files/dropbear.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/files/dropbear.init b/package/dropbear/files/dropbear.init
index b1623c919..09eea25e4 100644
--- a/package/dropbear/files/dropbear.init
+++ b/package/dropbear/files/dropbear.init
@@ -10,7 +10,7 @@ bothlog() {
case $1 in
autostop) ;;
autostart)
- [[ $dropbear_flags = NO ]] && exit 0
+ [[ "$dropbear_flags" = "NO" ]] && exit 0
exec sh $0 start
;;
start)