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