projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a328802
)
Revert "tweak test-msva to accept full path to msva script"
author
Jameson Rollins
<jrollins@finestructure.net>
Tue, 28 Dec 2010 14:03:04 +0000
(09:03 -0500)
committer
Jameson 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
patch
|
blob
|
history
diff --git
a/test-msva
b/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" "$@"