Files
bash/tests/RUN-ONE-TEST
T
2011-12-12 22:11:41 -05:00

10 lines
141 B
Plaintext
Executable File

BUILD_DIR=/usr/local/build/bash/bash-current
THIS_SH=$BUILD_DIR/bash
PATH=$PATH:$BUILD_DIR
export THIS_SH PATH
rm -f /tmp/xx
/bin/sh "$@"