git » chasquid » master » tree

[master] / internal / aliases / testdata / erroring-hook.sh

1
2
3
4
5
#!/bin/sh

# Hook that always returns error.
# This could be replaced by /bin/false, but that doesn't work on freebsd.
exit 1