#!/usr/bin/bash

set -e
set -u

PATH=/opt/csw/gnu:/opt/csw/bin:$PATH

basedir=$(dirname $(realpath $0))/..
export PYTHONPATH=$basedir
exec /opt/csw/bin/python2.6 "$basedir/lib/python/csw_upload_pkg.py" "$@"
