aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rwxr-xr-xmgarepo-ssh2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5738a73..de05e0d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+- mgarepo-ssh: fix shebang
+
* 1.14.5
- Add sync --no-vcs in bash completion
diff --git a/mgarepo-ssh b/mgarepo-ssh
index 9532421..648be0b 100755
--- a/mgarepo-ssh
+++ b/mgarepo-ssh
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/usr/bin/sh
ssh -o "BatchMode yes" $*