From: Philip Homburg Date: Tue, 28 Jun 2005 14:53:38 +0000 (+0000) Subject: more stack for /bin/sh. X-Git-Tag: v3.1.0~687 X-Git-Url: http://zhaoyanbai.com/repos/README?a=commitdiff_plain;h=8f99754d43cd94344e4f659c1a79e460ee669cd7;p=minix.git more stack for /bin/sh. --- diff --git a/commands/ash/Makefile b/commands/ash/Makefile index 6ddeb5880..f1a78c944 100755 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -29,7 +29,7 @@ all: sh sh: $(OBJS) $(CC) $(CFLAGS) -o sh $(OBJS) $(LIBS) - install -S 28kw sh + install -S 128kw sh install: /usr/bin/ash /usr/bin/sh /bin/sh