From 21aae71cbeacd7c116e8fa1ed3652b47eaece520 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 23 Mar 2006 20:31:40 +0000 Subject: [PATCH] Bigger bigsh --- commands/ash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ash/Makefile b/commands/ash/Makefile index be36c228f..cbbb0e588 100755 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -44,7 +44,7 @@ install: /usr/bin/ash /usr/bin/sh /bin/sh /bin/bigsh install -lcs $? $@ /bin/bigsh: /usr/bin/ash - install -S 500000 -lcs $? $@ + install -S 1500000 -lcs $? $@ clean: rm -f $(CLEANFILES) sh core -- 2.44.0