summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-04 19:49:27 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-04 19:49:27 +0200
commite14c00af8edf8d4b90b46fda9bf733630ef85199 (patch)
treea3b3d7002d832357d038934c6743b50c62e83fb2 /src
parent4eabdd63867dea7831ab72c1e200f5d911dcb13d (diff)
downloadpass-e14c00af8edf8d4b90b46fda9bf733630ef85199.tar.gz
pass-e14c00af8edf8d4b90b46fda9bf733630ef85199.tar.bz2
pass-e14c00af8edf8d4b90b46fda9bf733630ef85199.zip
Properly quote the path too.
Diffstat (limited to '')
-rwxr-xr-xsrc/password-store.sh2
1 files changed, 1 insertions, 1 deletions
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
;;
map.git/commit/lib/feed2imap/config.rb?id=e36e42b740d9fd8b31e0d6129812501f4b787a34&follow=1'>fix typo breaking debug-updated optionLucas Nussbaum1-2/+2 2010-12-01Add a vim-modeline for the config example.René 'Necoro' Neumann1-0/+2 2010-12-01Encode the folder in UTF7Lucas Nussbaum1-1/+17 2010-12-01robustify config parsingLucas Nussbaum1-11/+22 2010-11-30Also add reupload_if_updated for MaildirsLucas Nussbaum1-1/+4 2010-11-30Add a reupload_if_updated option (default: true)Lucas Nussbaum4-8/+20 2010-07-05Patch to use feed item pubDate in Maildir file namesBernie Maier1-6/+10 2010-04-18update websiteLucas Nussbaum2-2/+15 2010-04-18prepare releaseLucas Nussbaum4-5/+5 2010-04-18provide a way to disable SSL certificate verificationLucas Nussbaum4-1/+12 2010-04-18update changelogLucas Nussbaum1-0/+4 2010-04-18Update rubyimap.rbLucas Nussbaum1-5/+38 2010-03-17Document the maildir targetSandra Snan3-5/+5 2009-12-26Avoid using "acme.com"Lucas Nussbaum4-10/+19 2009-09-04fix to use Message-Id instead of X-CacheIndexLucas Nussbaum1-5/+2 2009-09-03added the forth arg to ConfigFeed::new for maildirLucas Nussbaum1-1/+1