mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
-
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
|