diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-06-11 12:18:45 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-06-11 12:18:45 +0100 |
commit | 696f539e62557984f303e790df9a463d41ebf22a (patch) | |
tree | 5146ed30bc89f5ed81f0ecc32867fa8b9542ae3d /tests | |
parent | 0216f8397f10e3f95915325e2fda70b99651ad0c (diff) | |
download | coreutils-696f539e62557984f303e790df9a463d41ebf22a.tar.xz |
build: update gnulib submodule and tests/init.sh to latest
* gnulib: Update to latest.
* tests/init.sh: Update from gnulib.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh index b5c2e3f18..fbd293d64 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 |