Skip to content
Snippets Groups Projects
Commit b5cf7d3d authored by Jameson Rollins's avatar Jameson Rollins
Browse files

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
parent 50e8dbf1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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