[MPlayer-dev-eng] small cleanups&fixes for configure + help_mp-fr.h + help_mp-en.h
Attila Kinali
kinali at gmx.net
Wed Oct 10 22:07:51 CEST 2001
On Wed, 10 Oct 2001 14:25:18 +0200 pl <p_l at gmx.fr> wrote:
> A minor patch to configure:
> - if test ... ; replaced by if [ test ...] ; since it seems the
Please dont do that.
test is an external program and should be available on any modern
unix with more or less the same behavior, whereas [ ] relies on
a specific shell (I sens problems on solaris)
Attila Kinali
--
"Though a program be but three lines long,
someday it will have to be maintained."
-- The Tao of Programming
More information about the MPlayer-dev-eng
mailing list