1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/python/mkpatch
Tim Potter 8d02bb0894 Script to generate patch to Makefile.in and configure.in
Run like:

python/mkpatch
(This used to be commit 54f2aa437a)
2002-03-28 00:04:45 +00:00

7 lines
149 B
Bash
Executable File

#!/bin/sh
#
# Make samba-head.patch. Must be run from samba source directory.
#
cvs -z3 diff -u Makefile.in configure.in > python/samba-head.patch