X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/3f60dca245acc7782d23e42f081bb4be4a050bbb..33230b65afa1076218abff057d0bbcc7486af0a8:/.zsh/func/getpw diff --git a/.zsh/func/getpw b/.zsh/func/getpw old mode 100755 new mode 100644 index f3f1940..108b4cd --- a/.zsh/func/getpw +++ b/.zsh/func/getpw @@ -7,7 +7,7 @@ # Copyright © 2011 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # local PWENCFILE=${HOME}/pw.gpg @@ -45,7 +45,7 @@ fi local IFSOLD="$IFS"; IFS=" " local output -gpg --decrypt --batch --quiet "$PWENCFILE" | \ +gpg --decrypt --quiet "$PWENCFILE" | \ { output=$(while read r i p o; do case "$r:l/$i:l" in