From: Jim Meyering Date: Fri, 14 Jan 2011 08:43:00 +0000 (+0100) Subject: bootstrap: avoid failure when there is no .gitmodules file X-Git-Tag: v0.1~3326 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=67afc410b393634398b66117427fb884b6462e37;p=gnulib.git bootstrap: avoid failure when there is no .gitmodules file ": ${gnulib_path=gnulib}" fails to set $gnulib_path when that variable has been assigned to, even when its value is the empty string. * build-aux/bootstrap (gnulib_path): Test explicitly for an empty "$gnulib_path", rather than using ${gnulib_path=gnulib}. Reported by John W. Eaton . --- diff --git a/ChangeLog b/ChangeLog index 1a15865b5..17f4c5c68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-01-14 Jim Meyering + + bootstrap: avoid failure when there is no .gitmodules file + ": ${gnulib_path=gnulib}" fails to set $gnulib_path when that variable + has been assigned to, even when its value is the empty string. + * build-aux/bootstrap (gnulib_path): Test explicitly for an empty + "$gnulib_path", rather than using ${gnulib_path=gnulib}. + Reported by John W. Eaton . + 2011-01-20 Jim Meyering mountlist: clean up code formatting