diff -r dd6d8c22d3fd -r 10ad7f230f4b scripts/saveSample.sh.in --- a/scripts/saveSample.sh.in Sun Sep 13 17:14:28 2009 +0200 +++ b/scripts/saveSample.sh.in Sat May 22 22:04:31 2010 +0200 @@ -21,7 +21,10 @@ rm -f "${tmp_log_file}" # Parse the configuration file -CT_TestOrAbort "Configuration file not found. Please create one." -f .config +# Don't use CT_TestOrAbort, it prints the test string to [DEBUG] +if [ ! -f .config ]; then + CT_Abort "Configuration file not found. Please create one." +fi . .config # We can not reliably save a sample which either uses local patches