]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed first syntax error of last commit.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Jan 2009 15:10:15 +0000 (16:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Jan 2009 15:10:15 +0000 (16:10 +0100)
tools/make-cron

index c0c9ee3b9323c84472f172f9bb7b606947eac592..c95c71dda916d30b502444afa10e9e695ab9ccac 100755 (executable)
@@ -22,7 +22,7 @@
 ALLOWED_TARGETS=${ALLOWED_TARGETS-$(check_supported_targets)}
 
 cron_run() {
-       if [ "$PATH" = "/sbin:/bin" ];
+       if [ "$PATH" = "/sbin:/bin" ]; then
                export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
        fi