diff options
| -rwxr-xr-x | libstdc++-v3/mkcheck.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/mkcheck.in b/libstdc++-v3/mkcheck.in index 42902f853fe..edc41ffdb7c 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" |

