Преглед изворни кода

Merge pull request #994 from jberger/perl

added bash_profile.sh for the remaining perl apps
Hamilton Turner пре 11 година
родитељ
комит
f9b694c0f9
4 измењених фајлова са 20 додато и 0 уклоњено
  1. 5 0
      dancer/bash_profile.sh
  2. 5 0
      kelp/bash_profile.sh
  3. 5 0
      plack/bash_profile.sh
  4. 5 0
      web-simple/bash_profile.sh

+ 5 - 0
dancer/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"

+ 5 - 0
kelp/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"

+ 5 - 0
plack/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"

+ 5 - 0
web-simple/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"