What | Removed | Added |
---|---|---|
Flags | needinfo?(werner@suse.com) |
(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 >&