diff options
Diffstat (limited to 'NvCloth/scripts/packman/test_packman.sh')
| -rw-r--r-- | NvCloth/scripts/packman/test_packman.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/NvCloth/scripts/packman/test_packman.sh b/NvCloth/scripts/packman/test_packman.sh new file mode 100644 index 0000000..246c7e0 --- /dev/null +++ b/NvCloth/scripts/packman/test_packman.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +export PM_MODULE_EXT="$(dirname ${BASH_SOURCE})/../common/packman.py" + +source "$(dirname ${BASH_SOURCE})/packman.sh" $* + +unset PM_MODULE_EXT + |