From: Dylan William Hardison Date: Tue, 11 Dec 2018 16:48:02 +0000 (-0500) Subject: no bug - fix re.pl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b9545d005fb0aca3e1ec54dafed80c07ac1684;p=thirdparty%2Fbugzilla.git no bug - fix re.pl --- diff --git a/vagrant_support/re.pl b/vagrant_support/re.pl index fdb844eb4..d6deeca8c 100755 --- a/vagrant_support/re.pl +++ b/vagrant_support/re.pl @@ -1,4 +1,6 @@ #!/bin/bash -exec perl \-I $HOME / perl / lib / perl5 \-I / vagrant / local - /lib/perl5 \$HOME / perl / bin / re . pl "$@" +exec perl \ + -I$HOME/perl/lib/perl5 \ + -I/vagrant/local/lib/perl5 \ + $HOME/perl/bin/re.pl "$@"