mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
8d02bb0894
Run like:
python/mkpatch
(This used to be commit 54f2aa437a
)
7 lines
149 B
Bash
Executable File
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
|