Replying to myself... Am 04.08.2015 um 10:44 schrieb Jan-Marek Glogowski: > + echo ' Test' > + tr '\ ' '\n' > + sort > + hexdump -C > 00000000 0d 0a 54 65 73 74 0d 0a |..Test..| > 00000008 > + echo
I got the correct hint from the Cygwin mailing list: > + which sort > /cygdrive/c/Windows/system32/sort So I had to add the Cygwin /usr/bin and /usr/local/bin to my $PATH for the correct sort. Jan-Marek -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/55C0AD21.30802%40fbihome.de. For more options, visit https://groups.google.com/d/optout.
