diff options
-rw-r--r-- | git-fetch-email.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}"} \ |