diff options
| author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-18 19:31:53 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:08 -0400 |
| commit | ec2af1eb8929b60600ff97f07edf8dba04580ebe (patch) | |
| tree | 11247f8c76351ecc627f21c3fe612eed6f002e8e /bin/gpg-wrapper | |
| parent | sha256sums (diff) | |
Use plain ol' /bin/sh for gpg-*
Diffstat (limited to '')
| -rwxr-xr-x | bin/gpg-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gpg-wrapper b/bin/gpg-wrapper index 2e2e92d..a550858 100755 --- a/bin/gpg-wrapper +++ b/bin/gpg-wrapper @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh # gpg-wrapper for users who put their .gnupg in encfs # Copyright (C) 2009, 2011 Ryan Kavanagh <ryanakca@kubuntu.org> # |
