From b5cf7d3d7cbf5a941b1a04ef34173b4cacf971cb Mon Sep 17 00:00:00 2001
From: Jameson Rollins <jameson.rollins@ligo.org>
Date: Thu, 12 Oct 2017 02:25:56 +0000
Subject: [PATCH] add 'env' subcommand to rtcds to print env

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4506 6dcd42c9-f523-4c6d-aada-af552506706e
---
 support/bin/rtcds.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in
index 5b735ecf6..9ad3b2376 100755
--- a/support/bin/rtcds.in
+++ b/support/bin/rtcds.in
@@ -27,7 +27,6 @@ check_env() {
 	    exit 1
 	fi
     done
-    log
 }
 
 prep_target(){
@@ -44,7 +43,6 @@ prep_buildd() {
     log "configuring BUILDD..."
     cd "$BUILDD"
     "$SRC"/configure
-    log
 }
 
 ########
@@ -286,7 +284,7 @@ case $cmd in
 	watch -n1 "dmesg | tail -$LINES"
 	;;
     'env')
-	log "not implemented yet :("
+	check_env
 	;;
     'help')
 	usage
-- 
GitLab