aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-10-11 15:00:04 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-10-11 15:01:14 +0200
commitc166b85b781c6fa54ffda579a0d0b31e17c1ad48 (patch)
treec3b7ab056d3770aa7319fc202de87ee3f0b4635d
parent7bb9eda658446bf1424fc57e28d7e58f00ea4a63 (diff)
Add safety quotes
-rwxr-xr-x.local/bin/ipass2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ipass b/.local/bin/ipass
index deef05f..b19137a 100755
--- a/.local/bin/ipass
+++ b/.local/bin/ipass
@@ -4,7 +4,7 @@ main()
{
cd -- "$HOME/.password-store" || exit 1
- file=$(find ./* -type f | sed 's-^\./--' | sed 's-\.gpg$--' | dmenu)
+ file="$(find ./* -type f | sed 's-^\./--' | sed 's-\.gpg$--' | dmenu)"
dmenu_exit=$?
if [ "$dmenu_exit" -ne 0 ]