mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-22 13:27:58 +02:00
11 lines
183 B
Plaintext
Executable File
11 lines
183 B
Plaintext
Executable File
BUILD_DIR=/usr/local/build/chet/bash/bash-current
|
|
THIS_SH=$BUILD_DIR/bash
|
|
PATH=$PATH:$BUILD_DIR
|
|
|
|
export THIS_SH PATH
|
|
|
|
export BASH_TSTOUT=/tmp/xx
|
|
rm -f ${BASH_TSTOUT}
|
|
|
|
${THIS_SH} "$@"
|