diff --git a/libstdc++-v3/mkcheck.in b/libstdc++-v3/mkcheck.in index 9bacd4f1efb..42902f853fe 100755 --- a/libstdc++-v3/mkcheck.in +++ b/libstdc++-v3/mkcheck.in @@ -423,7 +423,7 @@ test_file() else # the file did not compile/link. printf "\n" >> $LOG_FILE - `cat compile.out > $LOG_FILE` + `cat compile.out > $LOG_FILE` rm compile.out RESULT="-b" TEXT="0"