On Nov 21, 2009, at 8:43 PM, Martin Furter wrote: > > Little bugfix... > > Thanks, > Martin > > > [[[ > Change the shebang line from /bin/sh to /bin/bash because the script contains > bashims which do not work with /bin/sh on various UNICES.
I'd rather see us remove the bashisms (but have not reviewed the script to determine if this is possible). > > * build/transform_libtool_scripts.sh: Change shebang line. > ]]] > > [[[ > Index: build/transform_libtool_scripts.sh > =================================================================== > --- build/transform_libtool_scripts.sh (revision 883010) > +++ build/transform_libtool_scripts.sh (working copy) > @@ -1,4 +1,4 @@ > -#!/bin/sh > +#!/bin/bash > # > # > # Licensed to the Apache Software Foundation (ASF) under one > ]]]