diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-30 09:00:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-30 09:00:26 -0300 |
commit | 2f86eac334fc26cbc72221458cce4def87b69707 (patch) | |
tree | 758371613f7306e0231ae5869258da6af35686ac /contrib | |
parent | 9d916327eae2c4625046ccdbe7474b489517a70e (diff) | |
download | keyringer-2f86eac334fc26cbc72221458cce4def87b69707.tar.gz keyringer-2f86eac334fc26cbc72221458cce4def87b69707.tar.bz2 |
Eliminates hardcoded bash path (thanks polynomial/github #1)
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/pass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |