Skip to content

Commit

Permalink
use &>>
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Dec 16, 2024
1 parent 05a845d commit 5fe45cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chplcheck/PREDIFF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fe45cb

Please sign in to comment.