diff options
Diffstat (limited to 'mit-pthreads/configure')
-rwxr-xr-x | mit-pthreads/configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mit-pthreads/configure b/mit-pthreads/configure index 9411483a31d..ffad2bca3cd 100755 --- a/mit-pthreads/configure +++ b/mit-pthreads/configure @@ -12,8 +12,7 @@ if test ! -d obj ; then fi if test -n "$1" ; then - exec $config "$@" + sh $config "$@" else - exec $config + sh $config fi - |