2010/3/29 Piotr Jaroszyński <[email protected]>:
>  # There should either be mkisofs or the compatible genisoimage program
> -mkisofs=`which mkisofs genisoimage | head -n1`
> +mkisofs=`which mkisofs genisoimage 2>/dev/null | head -n1`

No error is reported when the program cannot be found (i.e. 'which
asdf' is silent).  So if which does report an error, it's probably
something the user should know about.  That was my reasoning for not
supressing stderr.

Have you hit a noisy error message that should be supressed?

Stefan
_______________________________________________
gPXE-devel mailing list
[email protected]
http://etherboot.org/mailman/listinfo/gpxe-devel

Reply via email to