]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - fix re.pl
authorDylan William Hardison <dylan@hardison.net>
Tue, 11 Dec 2018 16:48:02 +0000 (11:48 -0500)
committerDylan William Hardison <dylan@hardison.net>
Tue, 11 Dec 2018 16:48:02 +0000 (11:48 -0500)
vagrant_support/re.pl

index fdb844eb40cd3309cb630df0efd54ce913aea1c7..d6deeca8cf5bea3867c20086f8665d93f48dbb89 100755 (executable)
@@ -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 "$@"