]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/mac/buildPython
fixedb ug with normalization of UNC paths (patch 558701)
[wxWidgets.git] / wxPython / distrib / mac / buildPython
CommitLineData
8721cada
RD
1#!/bin/sh -e
2#
3# build binary package and put it on a disk image
4#
5
6
7prog="`dirname \"$0\"`/_`basename \"$0\"`"
8sudo "$prog" "${USER?'USER not set.'}" "$@"