lua-users home
lua-l archive

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


> It seems from 5.1 -> 5.2, the Lua copyright message for the
> interpreter is now being sent to stdout instead of stderr:
> 
> I would think stderr is the appropriate place for such a message?

The copyright message is not an error message.

FWIW, gcc does the same thing:
	gcc --version >/dev/null
prints nothing. So does GNU diff, curl, and probably many others.