From 5fe45cbcae1ef24aaeb0221cc6a4ec9ea803ff3a Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Fri, 13 Dec 2024 14:52:55 -0800 Subject: [PATCH] use &>> Signed-off-by: Jade Abraham --- test/chplcheck/PREDIFF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chplcheck/PREDIFF b/test/chplcheck/PREDIFF index c218b129e8c3..860871842a77 100755 --- a/test/chplcheck/PREDIFF +++ b/test/chplcheck/PREDIFF @@ -16,7 +16,7 @@ fi $CHPL_HOME/tools/chplcheck/chplcheck \ - $FLAGS $1.chpl >>$2 2>>$2 + $FLAGS $1.chpl &>>$2 if sed "s#$(pwd)/##" $2 >$2.tmp; then mv $2.tmp $2