bash version of wxPython's b script for win32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-09 02:43:22 +00:00
parent 6c7d17924a
commit bdac31bad6
4 changed files with 117 additions and 109 deletions

View File

@@ -1,4 +1,11 @@
#!/bin/sh
#!/bin/bash
# Are we using bash on win32? If so source that file and then exit.
if [ "$OSTYPE" = "cygwin" ]; then
source b.win32
exit
fi
function getpyver {
if [ "$1" = "15" ]; then