From 62af613c1109f967155012b4c6c6187678191603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 26 Mar 2000 21:33:40 -0800 Subject: [PATCH] should now work with buggy AIX m4 Rev: bin/mktestsuite:1.13 --- bin/mktestsuite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mktestsuite b/bin/mktestsuite index d8171f3928..9172bd773e 100755 --- a/bin/mktestsuite +++ b/bin/mktestsuite @@ -166,5 +166,5 @@ test_equal(max($2,$1,$3), $3) EOF cat $1 -) | (shift ; $M4 "$@" ) +) | (shift ; $M4 "$@" - ) -- GitLab