[Pkg-privacy-commits] [msva-perl] 270/356: Revert "tweak test-msva to accept full path to msva script"

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 45e5a2d7a4ae736aa5ea03199bd9fcaccdd6f789
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Tue Dec 28 09:03:04 2010 -0500

    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.
---
 test-msva | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list