Files
bash/tests/RUN-ONE-TEST
T
2013-03-26 20:51:58 -04:00

10 lines
146 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
rm -f /tmp/xx
/bin/sh "$@"