Dr. Werner Fink changed bug 1221361
What Removed Added
Flags needinfo?(werner@suse.com)  

Comment # 8 on bug 1221361 from Dr. Werner Fink
(In reply to Ruediger Oertel from comment #4)
> Werner: any good hint how to do the stderr redir for this case we tried so
> solve bug#1218232 with the lines:
> 
> -+if ( -l /etc/alternatives/javac ) then
> -+    set ALTERNATIVES_JAVAC_LINK=`realpath /etc/alternatives/javac`
> ++if ( -l /etc/alternatives/javac && -e /etc/alternatives/javac ) then
> ++    set ALTERNATIVES_JAVAC_LINK=`realpath /etc/alternatives/javac 2>
> /dev/null`

(t)csh can only rediret stdout or both stdout *and* stderr ... means > or >&


You are receiving this mail because: