]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of Roland McGrath et al.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 24 Nov 2011 16:07:41 +0000 (16:07 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 24 Nov 2011 16:07:41 +0000 (16:07 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12275

nightly/bin/nightly

index 5f9b52589a80dbc2ab371ed163938cd61744d491..d572bfacb717eaa1c46167e6c28f7a0705ba5892 100755 (executable)
@@ -190,6 +190,7 @@ if [ "x$libc_so" != "x" ]; then
     libc="`/lib/libc.so.* | head -1`"
   fi
 fi
+libc=`echo $libc | sed "s/, by Roland.*//"`
 uname_stuff="`uname -mrs`"
 if [ -e "/etc/issue.net" -a -r "/etc/issue.net" ]; then
   vendor_stuff="`cat /etc/issue.net | head -1`"