From 0c2968287095adf567f719565627442a6f35ceca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Nov 2010 16:50:46 -0200 Subject: Quotes --- lib/keyringer/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 3f627bd..11d1b86 100644 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -218,7 +218,7 @@ function keyringer_set_env { function keyringer_check_version { if [ ! -f "$VERSION_INFO" ]; then echo "Creating configuration version file..." - echo 0 > $VERSION_INFO + echo 0 > "$VERSION_INFO" keyringer_exec git "$BASEDIR" add config/version fi @@ -305,7 +305,7 @@ store to the spoofed key in addition to your own. EOF exit 1 else - gpg --list-key $recipient &> /dev/null + gpg --list-key "$recipient" &> /dev/null if [ "$?" != "0" ]; then echo "Fatal: no such key $recipient on your GPG keyring." echo "Please check for this key or fix the recipient file." -- cgit v1.2.3