Skip to content
Snippets Groups Projects
Commit 06b10575 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Set PATH so that a 64-bit Perl will be picked up by all Perl scripts here.

parent 96520313
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
scriptname=$0
# THIS IS WHERE PERL WILL BE PICKED UP FROM:
export PATH=/software/perl-5.8.8/bin:${PATH}
function usage {
cat >&2 <<EOT
......@@ -52,7 +55,6 @@ if [[ ${conf#/} == ${conf} ]]; then
exit
fi
export PATH=/software/perl-5.8.8/bin:${PATH}
./run.pl --lsf --conf=${conf} --logauto --mode=${mode}
# $Id$
......@@ -2,6 +2,9 @@
scriptname=$0
# THIS IS WHERE PERL WILL BE PICKED UP FROM:
export PATH=/software/perl-5.8.8/bin:${PATH}
function usage {
cat <<EOT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment