From 45e5a2d7a4ae736aa5ea03199bd9fcaccdd6f789 Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Tue, 28 Dec 2010 09:03:04 -0500 Subject: [PATCH] Revert "tweak test-msva to accept full path to msva script" This reverts commit be8f436bfdcde4d995300078642ac21ab52f2957. After further consideration, I think the previous handling of argument parsing is preferable. --- test-msva | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-msva b/test-msva index 1f4686f..3e244e5 100755 --- a/test-msva +++ b/test-msva @@ -14,4 +14,4 @@ dir=$(dirname "$0") cmd="$1" shift -exec perl -wT -I"$dir" "$cmd" "$@" +exec perl -wT -I"$dir" "$dir"/"$cmd" "$@" -- 2.26.2