]> Zhao Yanbai Git Server - minix.git/commitdiff
more stack for /bin/sh.
authorPhilip Homburg <philip@cs.vu.nl>
Tue, 28 Jun 2005 14:53:38 +0000 (14:53 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Tue, 28 Jun 2005 14:53:38 +0000 (14:53 +0000)
commands/ash/Makefile

index 6ddeb588060aa130e541badc345e6044605acd68..f1a78c9441536aa118adff06b46e57a6142f6328 100755 (executable)
@@ -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