From 31fe5439736c789e43d188e9b0ceb89314baf892 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 11 Sep 2005 00:05:55 +0000 Subject: [PATCH] Patch gets 1M stack --- commands/patch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/patch/Makefile b/commands/patch/Makefile index b8cda2f5f..ef0528783 100755 --- a/commands/patch/Makefile +++ b/commands/patch/Makefile @@ -10,7 +10,7 @@ all: patch patch: $(OBJ) cc -i -o patch $(OBJ) - install -S 32kw patch + install -S 1M patch install: /usr/bin/patch -- 2.44.0