From d15cd3709985019d232399003bef8973020713e9 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 16 Jul 2002 08:13:54 +0000 Subject: Correct usage example. --- Tools/scripts/README.patchtool | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tools') diff --git a/Tools/scripts/README.patchtool b/Tools/scripts/README.patchtool index 20388c2..85204e7 100644 --- a/Tools/scripts/README.patchtool +++ b/Tools/scripts/README.patchtool @@ -78,7 +78,8 @@ this tool. $ cd /somewhere/foo ; make [compilation blows with error in src/bar/baz.c] $ cd work/foo-1.0/src/bar -[digged here and there and finally have found a solution] +[digged here and there and finally have found that the problem in baz.c] +$ cp baz.c baz.c.orig $ vi baz.c [fixing it] $ patchtool baz.c -- cgit v1.1