aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 1 insertions, 2 deletions
diff --git a/install b/install
index aed6d823..17660041 100755
--- a/install
+++ b/install
@@ -50,8 +50,7 @@ lns() {
}
# Bail if we don't have git(1)
-if ! hash git 2>/dev/null; then
- printf '%s: Could not find git(1)!\n' "$self" >&2
+if ! hash git; then
exit 1
fi