On 30.03.2015 20:26, Daniel Shahaf wrote: > Carlos Martín Nieto wrote on Mon, Mar 30, 2015 at 16:58:57 +0200: >> +++ autogen.sh (working copy) >> - configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; >> pwd`/$file} >> + configfile=${LIBTOOL_CONFIG-$(cd $ltpath/../share/libtool/config ; >> pwd)}/$file > Is it safe to use $(...)?
It is not. autogen.sh must not require bash. -- Brane