X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/aecc89deb9c3d99ff71ca061a6e7453e16ec5e55..bcf5605476317df556a571556dd15437182a08f9:/.config/mutt/bgrun diff --git a/.config/mutt/bgrun b/.config/mutt/bgrun index 100fe6c..37f40ad 100755 --- a/.config/mutt/bgrun +++ b/.config/mutt/bgrun @@ -87,9 +87,9 @@ get_file() { cat > "$t" echo "$t" else - t="$(echo ${1##*/} | sed -re 's![^[:alnum:],.@%^+=_-]!_!gi')" + t="$(echo -n ${1##*/} | sed -re 's![^[:alnum:],.@%^+=_-]!_!gi')" ln "$1" "$t" 2>/dev/null || cp "$1" "$t" - echo "$t" + echo "$PWD/$t" fi }