From 4637f5de42c8d5b19a8d0b34b772cfbe665ad3a1 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 24 Feb 2021 16:16:32 -0500 Subject: Use printf for pass --- git-fetch-email.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-fetch-email.sh b/git-fetch-email.sh index 571fc4f..7ceecc9 100644 --- a/git-fetch-email.sh +++ b/git-fetch-email.sh @@ -105,7 +105,7 @@ if [ -z "${pass}" ]; then fi fetch() { - echo "${pass}" | imbox -w \ + printf '%s' "${pass}" | imbox -w \ ${verbose:+-v} ${idle:+-i} ${unseen:+-U} ${seen:+-s} \ ${host:+-h "${host}"} \ ${port:+-p "${port}"} \ -- cgit 1.4.1 e='1'/> dontfiles
summary refs log tree commit diff
path: root/home/.config/nvim/syntax (unfollow)
Commit message (Collapse)Author
2020-05-20Add RFC man-like to planJune McEnroe
2020-05-14Add hi rule for sh arithmetic expansionJune McEnroe
Shell highlighting is hopeless anyway but this makes it slightly less obviously broken.
2020-05-13Remove gpg symlink from NetBSD installJune McEnroe
2020-05-11Add AutonomousJune McEnroe
Why do the bad guys get a happy ending though?
2020-05-08Move keyboard layout into a .bundleJune McEnroe
Based on Workman.bundle. This seems to make it stick, though I don't want to speak too soon.
2020-05-07Remove mkshJune McEnroe
2020-05-07Emulate 1sh prompts in bashJune McEnroe
2020-05-07Update nvim MANPAGERJune McEnroe
Not sure when this was added. Has the advantage of working properly in more versions of man(1) it seems.
2020-05-06Post "casual update"June McEnroe
2020-05-06Remove bman functionJune McEnroe