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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]