copy-path: remove trailing newline
This commit is contained in:
parent
d610a533b0
commit
4f6182db0a
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ CLIPBOARD_MANAGER="${CLIPBOARD_MANAGER:-xsel -b}"
|
|||
|
||||
for f; do
|
||||
realpath "$f"
|
||||
done | $CLIPBOARD_MANAGER
|
||||
done | sed -z '$ s/\n$//' | $CLIPBOARD_MANAGER
|
||||
|
|
Loading…
Add table
Reference in a new issue