Revert "tweak test-msva to accept full path to msva script"
authorJameson Rollins <jrollins@finestructure.net>
Tue, 28 Dec 2010 14:03:04 +0000 (09:03 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Tue, 28 Dec 2010 14:03:04 +0000 (09:03 -0500)
This reverts commit be8f436bfdcde4d995300078642ac21ab52f2957.

After further consideration, I think the previous handling of argument
parsing is preferable.

test-msva

index 1f4686f0b818ffaf7da7a7260ef97c67170a56da..3e244e56faa8a15090cc572017c5ee12c5828270 100755 (executable)
--- 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" "$@"