mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 07:43:07 +02:00
14 lines
226 B
Plaintext
Executable File
14 lines
226 B
Plaintext
Executable File
BUILD_DIR=/usr/local/build/bash/bash-current
|
|
THIS_SH="$BUILD_DIR/bash -x"
|
|
PATH=$PATH:$BUILD_DIR
|
|
|
|
export THIS_SH PATH BUILD_DIR
|
|
|
|
: ${TMPDIR:=/tmp}
|
|
export TMPDIR
|
|
|
|
export BASH_TSTOUT=/tmp/xx
|
|
rm -f ${BASH_TSTOUT}
|
|
|
|
/bin/sh -x "$@"
|