diff -r dd6d8c22d3fd -r 730e2d63296b scripts/saveSample.sh.in --- a/scripts/saveSample.sh.in Sun Sep 13 17:14:28 2009 +0200 +++ b/scripts/saveSample.sh.in Sun Mar 20 00:02:21 2011 +0100 @@ -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