diff -r cf871e2cccc9 -r a291bfa17715 scripts/saveSample.sh --- a/scripts/saveSample.sh Wed May 23 19:07:54 2007 +0000 +++ b/scripts/saveSample.sh Sat Jun 16 22:23:53 2007 +0000 @@ -10,8 +10,9 @@ . "${CT_TOP_DIR}/scripts/functions" -exec 6>&1 +# Don't care about any log file exec >/dev/null +rm -f "${tmp_log_file}" # Parse the configuration file CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"