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