From 18b9545d005fb0aca3e1ec54dafed80c07ac1684 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 11 Dec 2018 11:48:02 -0500 Subject: [PATCH] no bug - fix re.pl --- vagrant_support/re.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 "$@" -- 2.47.3