mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
This sets up a more useful convention and avoids future .gitignore problems. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 58c696dc600f1073e693930da061776b6fb199f2)
6 lines
47 B
Bash
Executable File
6 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Always succeed for now...
|
|
|
|
exit 0
|