From 942f315170ecacb3c8caa0a57f8fb7902c5fb9f8 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 12 Feb 2004 19:44:00 +0000 Subject: [PATCH] fix getopts --- direct/src/ffi/genPyCode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/ffi/genPyCode b/direct/src/ffi/genPyCode index 79228e487f..0e88bc5df5 100755 --- a/direct/src/ffi/genPyCode +++ b/direct/src/ffi/genPyCode @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # This is just a helper script to generatePythonCode to cover # the three or four cases we use all the time