From 1c47d779955aa0fb569da32fdd880f7aa13a5264 Mon Sep 17 00:00:00 2001
From: Ger van Diepen <diepen@astron.nl>
Date: Tue, 14 Nov 2006 02:28:49 +0000
Subject: [PATCH] BugID: 962 Fixed little error in definition of PBS_AIPSPATH

---
 autoconf_share/assay | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autoconf_share/assay b/autoconf_share/assay
index 118f7325fce..3975cc900f4 100755
--- a/autoconf_share/assay
+++ b/autoconf_share/assay
@@ -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
-- 
GitLab