3 if test "x$TRUNNEL_PATH" != "x"; then
4 PYTHONPATH
="${TRUNNEL_PATH}:${PYTHONPATH}"
8 OPTIONS
="--require-version=1.5.1"
10 # Get all .trunnel files recursively from that directory so we can support
11 # multiple sub-directories.
12 find .
/src
/trunnel
/ -name '*.trunnel' -exec python
-m trunnel
${OPTIONS} {} \
;
14 python
-m trunnel
${OPTIONS} --write-c-files --target-dir=.
/src
/ext
/trunnel
/