summaryrefslogtreecommitdiffstats
path: root/vagrant_support/re.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-21 18:31:19 +0200
committerMary Umoh <umohm12@gmail.com>2017-07-21 18:31:19 +0200
commitaed295eb4dd4f78d358a46b7aff61f31e2056f67 (patch)
treecf8f412838bf20cac29f0c7e5ba47d1094e798e6 /vagrant_support/re.pl
parentda9c617eb5d8345409386b85b5d8c167fc0c55d7 (diff)
downloadbugzilla-aed295eb4dd4f78d358a46b7aff61f31e2056f67.tar.gz
bugzilla-aed295eb4dd4f78d358a46b7aff61f31e2056f67.tar.xz
add to the vagrant vm a 're.pl' command that gives a pretty nice perl shell (#176)
* add re.pl support * order of includes matter
Diffstat (limited to 'vagrant_support/re.pl')
-rwxr-xr-xvagrant_support/re.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/vagrant_support/re.pl b/vagrant_support/re.pl
new file mode 100755
index 000000000..d6deeca8c
--- /dev/null
+++ b/vagrant_support/re.pl
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+exec perl \
+ -I$HOME/perl/lib/perl5 \
+ -I/vagrant/local/lib/perl5 \
+ $HOME/perl/bin/re.pl "$@"