mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-23 13:57:58 +02:00
10 lines
131 B
Bash
10 lines
131 B
Bash
BUILD_DIR=/usr/local/build/bash/bash-current
|
|
THIS_SH=ksh93
|
|
PATH=$PATH:$BUILD_DIR
|
|
|
|
export THIS_SH PATH
|
|
|
|
rm -f /tmp/xx
|
|
|
|
/bin/sh "$@"
|