On Thursday 01 February 2007, Thomas de Grenier de Latour wrote: > local desktop_file=$(make_desktop_entry -v ...) || die
semi-unrelated, this die will never be called by design, use of the local keyword overrides the exit status of the subshell in the assignment ... you'd need to write it: local desktop_file; desktop_file=$(make_desktop_entry -v ...) || die -mike
pgpK63kx9l7iE.pgp
Description: PGP signature