]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/all/build-setup
Sorry, zapping rogue print statement. ;-/
[wxWidgets.git] / wxPython / distrib / all / build-setup
CommitLineData
e4bb5998
RD
1#!/bin/bash
2#----------------------------------------------------------------------
3
4set -o errexit
5
6# read the config variables from the file given on the command line
f1a9f331 7# . $1
e4bb5998
RD
8
9
10# clean out the local dist dir
11rm -f dist/*
12