| Revision: | 1 |
| Committed: | Sat Jun 20 14:58:51 2026 UTC (4 weeks, 3 days ago) by operz |
| File size: | 207 byte(s) |
| Log Message: | Initial import of OZSW mgar build tree |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | operz | 1 | #!/usr/bin/bash |
| 2 | |||
| 3 | set -e | ||
| 4 | set -u | ||
| 5 | |||
| 6 | PATH=/opt/csw/gnu:/opt/csw/bin:$PATH | ||
| 7 | |||
| 8 | basedir=$(dirname $(realpath $0))/.. | ||
| 9 | export PYTHONPATH=$basedir | ||
| 10 | exec /opt/csw/bin/python2.6 "$basedir/lib/python/csw_upload_pkg.py" "$@" |
| Name | Value |
|---|---|
| svn:executable | * |