diff options
author | 2014-04-24 11:26:39 +0200 | |
---|---|---|
committer | 2014-04-24 11:26:39 +0200 | |
commit | bdc3bacff7e149933275fa4ecbc5644773ca12c5 (patch) | |
tree | 887c1c0795e5e98bc41a92770879fa3023c9bf4e /contrib/importers | |
parent | dmenu: check for empty instead of ret code (diff) | |
download | password-store-bdc3bacff7e149933275fa4ecbc5644773ca12c5.tar.xz password-store-bdc3bacff7e149933275fa4ecbc5644773ca12c5.zip |
Allow overridable bash.
Diffstat (limited to 'contrib/importers')
-rwxr-xr-x | contrib/importers/pwsafe2pass.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/importers/pwsafe2pass.sh b/contrib/importers/pwsafe2pass.sh index c29bb3f..8e93745 100755 --- a/contrib/importers/pwsafe2pass.sh +++ b/contrib/importers/pwsafe2pass.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2013 Tom Hendrikx <tom@whyscream.net>. All Rights Reserved. # This file is licensed under the GPLv2+. Please see COPYING for more information. |