From 2f86eac334fc26cbc72221458cce4def87b69707 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 30 Mar 2015 09:00:26 -0300 Subject: Eliminates hardcoded bash path (thanks polynomial/github #1) --- contrib/pass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/pass b/contrib/pass index b4d5954..80eb744 100755 --- a/contrib/pass +++ b/contrib/pass @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Sample wrapper program for simplying the use of keyringer. # This wrapper assumes you are using one key file with many -- cgit v1.2.3