diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-16 16:13:54 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-16 16:13:54 +0800 |
commit | d15cd3709985019d232399003bef8973020713e9 (patch) | |
tree | 00f04289a32c2eeb87bc4255d808ec2516702368 /Tools | |
parent | 3165d1f5b6f35fc8824e60f3c35df9679e17bb2a (diff) | |
download | freebsd-ports-gnome-d15cd3709985019d232399003bef8973020713e9.tar.gz freebsd-ports-gnome-d15cd3709985019d232399003bef8973020713e9.tar.zst freebsd-ports-gnome-d15cd3709985019d232399003bef8973020713e9.zip |
Correct usage example.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/scripts/README.patchtool | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/scripts/README.patchtool b/Tools/scripts/README.patchtool index 20388c2fde23..85204e7f91f5 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 |