[devscripts] 05/05: test_uscan: Spell PERL5LIB properly

James McCoy jamessan at debian.org
Wed Jun 10 03:34:07 UTC 2015


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

jamessan pushed a commit to branch master
in repository devscripts.

commit 2c9546b9e6e55c83ba952fe182dee8a94715cdf3
Author: James McCoy <jamessan at debian.org>
Date:   Tue Jun 9 23:06:35 2015 -0400

    test_uscan: Spell PERL5LIB properly
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 test/test_uscan | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/test_uscan b/test/test_uscan
index 5b9537b..8637b6e 100755
--- a/test/test_uscan
+++ b/test/test_uscan
@@ -23,8 +23,8 @@ else
     top_srcdir=$(readlink -f "${0%/*}/..")
     make -C "$top_srcdir/scripts" uscan mk-origtargz
     PATH="$top_srcdir/scripts:$PATH"
-    PERLLIB="$top_srcdir/lib"
-    export PERLLIB
+    PERL5LIB="$top_srcdir/lib"
+    export PERL5LIB
     COMMAND="uscan --no-conf --compression=xz"
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list