diff -r dd6d8c22d3fd -r fefd9a3f8180 scripts/saveSample.sh.in --- a/scripts/saveSample.sh.in Sun Sep 13 17:14:28 2009 +0200 +++ b/scripts/saveSample.sh.in Tue Aug 17 23:50:03 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