surrounding context. Introduce a pre-patch stage which removes the magic '$' characters from the RCS Id, which means that the patch-* files in the package need no longer contain the magic RCS Ids, and so the pacthes can be applied without any fuzz factor.
12 lines
336 B
Text
12 lines
336 B
Text
$NetBSD: patch-ab,v 1.2 1999/11/19 12:12:30 agc Exp $
|
|
|
|
--- source.tcl.orig Fri Nov 19 11:57:09 1999
|
|
+++ source.tcl Fri Nov 19 11:57:10 1999
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# the next line restarts using the interpreter \
|
|
-exec tclsh "$0" "$@"
|
|
+exec tclsh8.0 "$0" "$@"
|
|
|
|
set rcsId {Id: source.tcl,v 1.9 1997/06/14 23:21:49 jfontain Exp }
|
|
|