diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-01-26 15:23:41 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-01-26 15:23:41 +0000 |
commit | 07ce4c9438a474adabaeb56f859486acd9a4bf6c (patch) | |
tree | d6390a6fd78a1aca20d658b8bd35deaeefbf1b7b /perl-external | |
parent | 89456db01bdce1e8d173e518743b5244baccdd72 (diff) |
Use current perl, in case it's not at /usr/bin; symlink commonlib jslib for dev server testing.
Diffstat (limited to 'perl-external')
-rwxr-xr-x | perl-external/bin/cpanm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-external/bin/cpanm b/perl-external/bin/cpanm index 15996e72c..9aeb9c906 100755 --- a/perl-external/bin/cpanm +++ b/perl-external/bin/cpanm @@ -1,6 +1,6 @@ -#!/usr/bin/perl +#!/usr/bin/env perl -eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' +eval 'exec /usr/bin/env perl -S $0 ${1+"$@"}' if 0; # not running under some shell # # You want to install cpanminus? Run the following command and it will |