]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: allow --test='x y z' to use comma as separator, too
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Mar 2017 21:58:41 +0000 (13:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Mar 2017 21:58:41 +0000 (13:58 -0800)
Make

diff --git a/Make b/Make
index 3ea1d24bdb262cde8d4e03677adad1e9bbcdfc86..7225e01ef785fd59f30d9f8fc2238060397f5cd9 100755 (executable)
--- 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"