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

[GitHub] [jena] peutch opened a new pull request, #1787: replace 2&>1 by 2>&1

peutch opened a new pull request, #1787:
URL: https://github.com/apache/jena/pull/1787

   Hi,
   I think those are mistakes.
   Thanks!
   
   


-- 
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


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

Posted by "afs (via GitHub)" <gi...@apache.org>.
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


[GitHub] [jena] peutch closed pull request #1787: replace 2&>1 by 2>&1

Posted by "peutch (via GitHub)" <gi...@apache.org>.
peutch closed pull request #1787: replace 2&>1 by 2>&1
URL: https://github.com/apache/jena/pull/1787


-- 
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