Skip to content
Snippets Groups Projects
Commit 1c47d779 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

BugID: 962

Fixed little error in definition of PBS_AIPSPATH
parent 21afef7c
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@
# Because the job does not wait, we do that by using a wait file.
# Note that yod does wait.
if test "$AIPSPATH" != ""; then
$PBS_AIPSPATH="PBS -v $AIPSPATH"
PBS_AIPSPATH="PBS -v $AIPSPATH"
fi
rm -f ${PROG}_tmp.wait
cat > ${PROG}_tmp.qsub <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment