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 | |
parent | 89456db01bdce1e8d173e518743b5244baccdd72 (diff) |
Use current perl, in case it's not at /usr/bin; symlink commonlib jslib for dev server testing.
-rwxr-xr-x | perl-external/bin/cpanm | 4 | ||||
l--------- | web/jslib | 1 |
2 files changed, 3 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 diff --git a/web/jslib b/web/jslib new file mode 120000 index 000000000..5e9df2c7f --- /dev/null +++ b/web/jslib @@ -0,0 +1 @@ +../commonlib/jslib
\ No newline at end of file |