https://bz.apache.org/bugzilla/show_bug.cgi?id=59321
--- Comment #3 from Paolo Alexis Falcone <[email protected]> --- An easy workaround is to specify Bash as the default shell: # diff -ur /usr/ant-1.9.7/bin/ant /tmp/ant --- /usr/ant-1.9.7/bin/ant Tue May 17 14:15:43 2016 +++ /tmp/ant Tue May 17 14:18:23 2016 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with It seems that "Bash"-isms has creeped inside the ant wrapper script. -- You are receiving this mail because: You are the assignee for the bug.
