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 | |
parent | sha256sums (diff) |
Use plain ol' /bin/sh for gpg-*
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gpg-mounter | 2 | ||||
-rwxr-xr-x | bin/gpg-wrapper | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/gpg-mounter b/bin/gpg-mounter index 321f5fb..a7f0ba2 100755 --- a/bin/gpg-mounter +++ b/bin/gpg-mounter @@ -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> # 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> # |