diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in index 5b735ecf69df7d7857d54faf5952bd4151e3d47c..9ad3b2376f5cb90cc3a69b057e8c6cc127f0d2ce 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