0f475e8aa9
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
147 B
Bash
Executable File
10 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
#----------------------------------------------------------------------
|
|
|
|
set -o errexit
|
|
|
|
|
|
# clean out the local dist dir
|
|
rm -f dist/*
|
|
|