From 2fae9af8e549dbe9269ae4bde1b2269c99c17a35 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 20 Dec 2008 14:41:23 +0100 Subject: syntax fix --- src/core/procedures/automatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic index 7e852b9..a776004 100644 --- a/src/core/procedures/automatic +++ b/src/core/procedures/automatic @@ -16,7 +16,7 @@ phase_preparation+=(msg_automatic) # this can happen probably a bit earlier.. process_args () { - [ "$1" = '-c' ] + if [ "$1" = '-c' ] then [ -z "$2" ] && die_error "You must specify a config" source $2 || die_error "Could not source config $2" -- cgit v1.2.3-54-g00ecf