tweak test-msva to accept full path to msva script
authorJameson Rollins <jrollins@finestructure.net>
Fri, 24 Dec 2010 22:05:10 +0000 (17:05 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Fri, 24 Dec 2010 22:05:10 +0000 (17:05 -0500)
test-msva

index 3e244e56faa8a15090cc572017c5ee12c5828270..1f4686f0b818ffaf7da7a7260ef97c67170a56da 100755 (executable)
--- a/test-msva
+++ b/test-msva
@@ -14,4 +14,4 @@
 dir=$(dirname "$0")
 cmd="$1"
 shift
-exec perl -wT -I"$dir" "$dir"/"$cmd" "$@"
+exec perl -wT -I"$dir" "$cmd" "$@"