Commit 8c18ec5fb5257be04f5a50931bd644ee0365b7cc

Authored by Georg Hopp
1 parent 6400ceea

No newline...

... ... @@ -419,9 +419,9 @@ function amngrgetpass() {
419 419 JOIN cred ON cred.id=account_cred.cred_id
420 420 WHERE name='${ACCOUNT_NAME}' AND state=${STATE};" | gpg -dq)
421 421 if [[ $STDOUT -eq 1 ]]; then
422   - echo "$DATA"
  422 + echo -n "$DATA"
423 423 else
424   - echo "$DATA" | xclip -i >&-
  424 + echo -n "$DATA" | xclip -i >&-
425 425 fi
426 426 }
427 427
... ...
1   -accountmanager.sh
\ No newline at end of file
Please register or login to post a comment