diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rwxr-xr-x | mgarepo-ssh | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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" $* |