From: Pádraig Brady Date: Wed, 11 Jun 2014 11:18:45 +0000 (+0100) Subject: build: update gnulib submodule and tests/init.sh to latest X-Git-Tag: v8.23~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696f539e62557984f303e790df9a463d41ebf22a;p=thirdparty%2Fcoreutils.git build: update gnulib submodule and tests/init.sh to latest * gnulib: Update to latest. * tests/init.sh: Update from gnulib. --- diff --git a/gnulib b/gnulib index a10acfb1d2..c6e14bbd5d 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit a10acfb1d2118f9a180181d3fed5399dbbe1df3c +Subproject commit c6e14bbd5d404d147504acdd74c3fd17d5ef1088 diff --git a/tests/init.sh b/tests/init.sh index b5c2e3f188..fbd293d642 100755 --- a/tests/init.sh +++ b/tests/init.sh @@ -201,6 +201,8 @@ else *x*) opts_=-x ;; *) opts_= ;; esac + re_shell=$re_shell_ + export re_shell exec "$re_shell_" $opts_ "$0" --no-reexec "$@" echo "$ME_: exec failed" 1>&2 exit 127