mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ef2e26c91b
(This used to be commit b0510b5428
)
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
|