Index: pupfilter.sh =================================================================== --- pupfilter.sh (nonexistent) +++ pupfilter.sh (revision 35777) @@ -0,0 +1,10 @@ +#!/bin/sh + +# ignore plugin loading errors: this way we do not need to install all +# librnd deps + +exec awk ' + /^E: Some of the dynamic/ { next } + /^E: puplug:/ { next} + { print $0 } +' Property changes on: pupfilter.sh ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property