This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31299] getlog returns blanks when not run from the command prompt
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2007 16:49:44 -0000
- Subject: [Bug fortran/31299] getlog returns blanks when not run from the command prompt
- References: <bug-31299-14284@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-21 16:49 -------
This works for me:
apinski@debian:~$ nohup ./a.out
nohup: appending output to `nohup.out'
apinski@debian:~$ !c
cat nohup.out
Hello
apinski
What OS are you running with?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299