scripts/saveSample.sh
changeset 165 a291bfa17715
parent 126 cf871e2cccc9
child 182 223c84ec2d90
     1.1 --- a/scripts/saveSample.sh	Wed May 23 19:07:54 2007 +0000
     1.2 +++ b/scripts/saveSample.sh	Sat Jun 16 22:23:53 2007 +0000
     1.3 @@ -10,8 +10,9 @@
     1.4  
     1.5  . "${CT_TOP_DIR}/scripts/functions"
     1.6  
     1.7 -exec 6>&1
     1.8 +# Don't care about any log file
     1.9  exec >/dev/null
    1.10 +rm -f "${tmp_log_file}"
    1.11  
    1.12  # Parse the configuration file
    1.13  CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"