mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
506be3cb26
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)
8 lines
74 B
Bash
Executable File
8 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$FAKE_WBINFO_FAIL" = "yes" ] ; then
|
|
exit 1
|
|
fi
|
|
|
|
exit 0
|