Archived
1
0

Fix moulette/launch: can pass more than one login

This commit is contained in:
Mercier Pierre-Olivier 2013-12-05 06:44:50 +01:00
parent 4d003d6626
commit 874c6bc482

View File

@ -27,7 +27,7 @@ shift 2
LOGINS= LOGINS=
while [ $# -gt 0 ] while [ $# -gt 0 ]
do do
LOGINS=" <param>$1</param> LOGINS="$LOGINS <param>$1</param>
" "
shift shift
done done