mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
8 lines
134 B
Plaintext
Executable File
8 lines
134 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
|
|
|
|
${THIS_SH} "$@"
|