parent
b91fa9e030
commit
3a90baa8fe
|
@ -5,8 +5,8 @@ set -x
|
|||
|
||||
for client in *
|
||||
do
|
||||
if [ -d $client ]
|
||||
if [ -d "$client" ]
|
||||
then
|
||||
(cd $client && ./test.sh)
|
||||
(cd "$client" && ./test.sh)
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue