From 3ea637a096433f8a24503c2c5f9dd6a97ef6fda4 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Wed, 27 Jul 2005 11:49:52 +0000 Subject: [PATCH] More stack for ash. --- commands/ash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ash/Makefile b/commands/ash/Makefile index f1a78c944..e871ad4d6 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 128kw sh + install -S 256kw sh install: /usr/bin/ash /usr/bin/sh /bin/sh -- 2.44.0