From 6bed2d65f6659db166c7510ec029fac6427879a1 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 30 Jul 2011 23:24:28 +0300 Subject: [PATCH] wqwrap: Pass cmdline arg array to perl --- scripts/wqwrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wqwrap b/scripts/wqwrap index a568584..aab1cb9 100755 --- a/scripts/wqwrap +++ b/scripts/wqwrap @@ -43,6 +43,6 @@ export PERL5LIB=$PERL5LIB:`pwd`/lib export PERL5LIB=$PERL5LIB:`pwd`/blib/arch/auto/WWW/Quvi #echo $PERL5LIB -perl $1 +perl $@ # vim: set ts=2 sw=2 tw=72 expandtab: -- 2.11.4.GIT