diff options
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r-- | hints/darwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index 23abc0870f..00c5b2de05 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -178,7 +178,7 @@ EOCBU usevfork='true'; # our malloc works (but allow users to override) -case "$usemymalloc" om +case "$usemymalloc" in '') usemymalloc='n' ;; esac |