You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by "afs (via GitHub)" <gi...@apache.org> on 2023/03/01 18:12:25 UTC

[GitHub] [jena] afs commented on a diff in pull request #1787: replace 2&>1 by 2>&1

afs commented on code in PR #1787:
URL: https://github.com/apache/jena/pull/1787#discussion_r1122136209


##########
apache-jena/bin/tdb2.xloader:
##########
@@ -42,7 +42,7 @@ function testSortParallel() {
     set +e
     sort --parallel=3 < /dev/null &>/dev/null
     if [[ $? -ne 0 ]]; then
-        echo "No --parallel support in sort(1)" 2&>1
+        echo "No --parallel support in sort(1)" 2>&1

Review Comment:
   @peutch Thanks for pointing this out.
   
   It should be "write stdout message on stderr" -- `1>&2`
   
   Done with #1788 
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org