summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-04 08:41:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-04 08:41:55 +0000
commitec5333ab3f00b2b61d8bf1323f9d62119d703ac2 (patch)
tree0d231abeef062ffb8568e00298c9d1b31e825832 /hints/darwin.sh
parente88d9d51c7060736379505196423f683df6bfbed (diff)
downloadperl-ec5333ab3f00b2b61d8bf1323f9d62119d703ac2.tar.gz
Oops.
p4raw-id: //depot/perl@20474
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r--hints/darwin.sh2
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