From: Vadim Zeitlin Date: Thu, 16 Dec 1999 18:38:15 +0000 (+0000) Subject: should use ksh, not sh X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1eb6f40e2a2fe37479c525445d180d6892087ce5?ds=sidebyside should use ksh, not sh git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/regen b/regen index 0d894688cc..b5ec049779 100755 --- a/regen +++ b/regen @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ksh # # regenerates the file given as command line argument by running config.status # (the file is supposed to be generated by configure script)