diff -r cf871e2cccc9 -r fe502496fc06 scripts/saveSample.sh --- a/scripts/saveSample.sh Wed May 23 19:07:54 2007 +0000 +++ b/scripts/saveSample.sh Sun Jun 17 11:13:48 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"