From: Jameson Rollins Date: Tue, 28 Dec 2010 14:03:04 +0000 (-0500) Subject: Revert "tweak test-msva to accept full path to msva script" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45e5a2d7a4ae736aa5ea03199bd9fcaccdd6f789;p=monkeysphere-validation-agent.git 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. --- 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" "$@"