epita-std
/
ACU
Archived
1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

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