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:
089901a
)
tweak test-msva to accept full path to msva script
author
Jameson Rollins
<jrollins@finestructure.net>
Fri, 24 Dec 2010 22:05:10 +0000
(17:05 -0500)
committer
Jameson Rollins
<jrollins@finestructure.net>
Fri, 24 Dec 2010 22:05:10 +0000
(17:05 -0500)
test-msva
patch
|
blob
|
history
diff --git
a/test-msva
b/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" "$@"