From 3bc777aee45d004a0ca57214d05e1570ac34435c Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Tue, 30 Aug 2016 10:59:14 +0200 Subject: [PATCH] correct change_configuration default rc --- master/opt/script/change_configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/opt/script/change_configuration b/master/opt/script/change_configuration index 6d72f64..0b74a41 100755 --- a/master/opt/script/change_configuration +++ b/master/opt/script/change_configuration @@ -175,6 +175,6 @@ fi # last check [ "$action" ] || { echo "no mode specified"; exit 1; } -[ "$TARBALLS" ] && make -f /opt/cluster/Makefile $TARBALLS +[ ! "$TARBALLS" ] || make -f /opt/cluster/Makefile $TARBALLS # vim:set tabstop=4 expandtab shiftwidth=4: -- 2.30.2