From e14c00af8edf8d4b90b46fda9bf733630ef85199 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 4 Sep 2012 19:49:27 +0200 Subject: Properly quote the path too. --- src/password-store.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/password-store.sh b/src/password-store.sh index 5b2f6d0..28bd9d6 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -130,7 +130,7 @@ case "$command" in if [ $clip -eq 0 ]; then exec gpg -q -d "$passfile" else - clip "$(gpg -q -d "$passfile")" $path + clip "$(gpg -q -d "$passfile")" "$path" fi fi ;; -- cgit v1.2.3-54-g00ecf