Browse Source

fix getopts

David Rose 22 years ago
parent
commit
942f315170
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/ffi/genPyCode

+ 1 - 1
direct/src/ffi/genPyCode

@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 
 # This is just a helper script to generatePythonCode to cover
 # This is just a helper script to generatePythonCode to cover
 # the three or four cases we use all the time
 # the three or four cases we use all the time