Steve Fox <[EMAIL PROTECTED]> writes:

> In this *extremely* simple program, I get no output with
> bash-2.04-18mdk. If I add a newline char after the string, it works. But
> I can run the program without the newline under tcsh and it will output
> the string. Is this a bash bug or feature?
> 
> int main()
> {
>       printf ("This is a test");
>       return 0;
> }


could not reproduce this either on bash-2.0.4 nor bash-2.0.5

-- 
Chmouel

Reply via email to