]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
Added missing GetKind method
[wxWidgets.git] / wxPython / b
index 699d41eef31a71debba71ec10dff35ffa874415c..ffbfea4b233704c2ba659caa9273b8f671695259 100755 (executable)
@@ -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