From: Ben Gras Date: Thu, 5 Apr 2007 12:30:24 +0000 (+0000) Subject: Bigger shell X-Git-Tag: v3.1.3~12 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=01c06690754925fb4c8bf2f73f5690dd9916e3f6;p=minix.git Bigger shell --- diff --git a/commands/ash/Makefile b/commands/ash/Makefile index c0c505886..108bba28a 100755 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -50,7 +50,7 @@ all: sh sh: $(OBJS) $(CC) $(CFLAGS) -fnone -o sh $(OBJS) $(LIBS) - install -S 116k sh + install -S 136k sh install: /usr/bin/ash /usr/bin/sh /bin/sh /bin/bigsh