Fix bogus bash binary location
diff --git a/completion/available/ssh.completion.bash b/completion/available/ssh.completion.bash
index ea49026..3dfd6ab 100644
--- a/completion/available/ssh.completion.bash
+++ b/completion/available/ssh.completion.bash
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Bash completion support for ssh.
 
 export COMP_WORDBREAKS=${COMP_WORDBREAKS/\:/}