atheros: clean up the 2.6.28 port in preparation for pushing it upstream
[openwrt.git] / package / busybox / files / cron
index 9a31392..f247130 100755 (executable)
@@ -3,7 +3,7 @@
 START=50
 
 start () {
-       [ -z $(ls /etc/crontabs/) ] && exit 1
+       [ -z "$(ls /etc/crontabs/)" ] && exit 1
        mkdir -p /var/spool/cron
        [ -L /var/spool/cron/crontabs ] || ln -s /etc/crontabs /var/spool/cron/crontabs
        crond -c /etc/crontabs
This page took 0.021574 seconds and 4 git commands to generate.