From 41c8369e8d35874519e7e0dfddf51e7cb97e19e3 Mon Sep 17 00:00:00 2001 From: gustavo panizzo Date: Tue, 7 Apr 2020 10:30:26 +0200 Subject: [PATCH] use whatever bash is first on the $PATH this is for macos users --- sshenc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshenc.sh b/sshenc.sh index 04169dd..4867342 100755 --- a/sshenc.sh +++ b/sshenc.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash OPTIND=1 # reset in case getopts has been used previously in the shell.