summaryrefslogtreecommitdiff
path: root/pt
diff options
context:
space:
mode:
Diffstat (limited to 'pt')
-rwxr-xr-xpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt b/pt
index eb1674a..dbbfab9 100755
--- a/pt
+++ b/pt
@@ -100,7 +100,7 @@ function main {
[[ $? -gt 0 ]] && log "Error: '${@}' is not in the password store" && exit 1
# Parse pass output into appropriate variables
- _passpassword=$(printf -- "%s" "${_passentry}" | head -n1)
+ _passpassword=$(printf -- "%s" "${_passentry}" | head -n1 | sed 's/`/\`/g')
_passusername=$(getfield "${_passentry}" ':' username)
_passdelim=$(getfield "${_passentry}" ':' delim)
_passsubmit=$(getfield "${_passentry}" ':' submit)

Generated by cgit