From 874c6bc482e4447a82e420b245c5e5a2ef85216e Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Thu, 5 Dec 2013 06:44:50 +0100 Subject: [PATCH] Fix moulette/launch: can pass more than one login --- commands/moulette/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/moulette/launch.sh b/commands/moulette/launch.sh index 1b79ab6..0ebc4cd 100755 --- a/commands/moulette/launch.sh +++ b/commands/moulette/launch.sh @@ -27,7 +27,7 @@ shift 2 LOGINS= while [ $# -gt 0 ] do - LOGINS=" $1 + LOGINS="$LOGINS $1 " shift done