[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: context: texmfstart should use kpsewhere



Hi,

Mike Bird <mgb-debian@yosemite.net> wrote:

> Perhaps /usr/bin/texmfstart should be:
>   #!/bin/bash
>   ruby $(kpsewhich --format=texmfscripts texmfstart.rb) $@
>
> (I'm not sure if Debian packaging allows bash but that works for me.)

/bin/sh is surely enough for this, but you should use "$@" instead of $@
(i.e., use double-quotes) to avoid garbling arguments containing spaces.

-- 
Florent



Reply to: