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

Modify the PATH in the script so that the Perl from

/software/perl-5.8.8/bin is picked up automatically.
This doesn't work if people change the #! lines in
the top of the scripts (so don't do that).
parent 8cfcb11d
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ if [[ ${conf#/} == ${conf} ]]; then
exit
fi
export PATH=/software/perl-5.8.8/bin:${PATH}
./run.pl --lsf --conf=${conf} --logauto --mode=${mode}
# $Id$
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