On Thu, Sep 01, 2011 at 01:22:58PM +0200, Stephan Kulow wrote: > SVN commit 1250772 by coolo: > > revert ossi's commit - plugins are executables > unfortunately, my system disagrees, vehemently. > > M +1 -1 client/icecc-create-env > M +1 -1 suse/update_rpm > > > --- trunk/icecream/client/icecc-create-env #1250771:1250772 > @@ -119,7 +119,7 @@ > fi > > plugin_name=liblto_plugin.so > -plugin=`$added_gcc -print-file-name=$plugin_name` > +plugin=`$added_gcc -print-prog-name=$plugin_name` > if test -n "$plugin" && test "$plugin" != "$plugin_name" && test -e "$plugin"; then > add_file "$plugin" "$plugin" > fi > --- trunk/icecream/suse/update_rpm #1250771:1250772 > still didn't learn to commit selectively? ;)