summaryrefslogtreecommitdiff
path: root/src/core/procedures/automatic
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/procedures/automatic')
-rw-r--r--src/core/procedures/automatic2
1 files changed, 1 insertions, 1 deletions
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"