From 3c81c22ef20cb4e7839f89393ccaff84fe434369 Mon Sep 17 00:00:00 2001
From: Erik von Reis <evonreis@caltech.edu>
Date: Tue, 1 Mar 2022 16:39:40 -0800
Subject: [PATCH] Added colon to line in rtcds.in

---
 support/bin/rtcds.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in
index c656cfad0..e61464684 100755
--- a/support/bin/rtcds.in
+++ b/support/bin/rtcds.in
@@ -35,7 +35,7 @@ RCG_BUILD_ROOT=${RCG_BUILD_ROOT:-/var/cache/advligorts}
 RCG_BUILDD=${RCG_BUILDD:-$RCG_BUILD_ROOT/rcg-$RTS_VERSION}
 # FIXME: the RCG hard-codes /opt/rtcds as the root, you can use a custom
 # RCG_TARGET for building only
-RCG_TARGET=${RCG_TARGET-"/opt/rtcds/${site}/${ifo}"}
+RCG_TARGET=${RCG_TARGET:-"/opt/rtcds/${site}/${ifo}"}
 
 # search paths for C source code
 CDS_SRC=${CDS_SRC:-$RCG_LIB_PATH}
-- 
GitLab