X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=070edba3b653a318e2a515d5fcdf44bd1cf92c3e;hb=5f5765ced6969050be63278f8dc77939571a2489;hp=3eef27ebcb14ae1f097f632ec6e9003c10e5e174;hpb=926f3a1599c5875e7c3cab1ce47c2444a737af43;p=obsolete%2Fnotmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index 3eef27e..070edba 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -87,7 +87,7 @@ mentioned as script arguments. (Note: The script expects that you have #!/bin/sh attach_cmds="" while [ "$1" ]; do - fullpath=$(readlink --canonicalize $1) + fullpath=$(readlink --canonicalize "$1") attach_cmds="$attach_cmds (mml-attach-file \"$fullpath\")" shift done