From: Junio C Hamano Date: Fri, 3 Mar 2017 21:58:41 +0000 (-0800) Subject: Meta/Make: allow --test='x y z' to use comma as separator, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5a7dd0b360e24dc106085cb7a011ab135714d2;p=thirdparty%2Fgit.git Meta/Make: allow --test='x y z' to use comma as separator, too --- diff --git a/Make b/Make index 3ea1d24bdb..7225e01ef7 100755 --- a/Make +++ b/Make @@ -143,6 +143,7 @@ do --test=*) tests=$( cd t && + IFS="$IFS," for t in ${1#*=} do eval echo "t$t-*.sh"