pidgin: 4a3f8db7: Hush you noisy little script
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Mon Mar 31 11:00:39 EDT 2008
-----------------------------------------------------------------
Revision: 4a3f8db7fb70f078e5dc1a6837efcac4b8733ebd
Ancestor: 6019e01019e4469707b95d020aae0c755073a4bf
Author: nosnilmot at pidgin.im
Date: 2008-03-31T14:55:42
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4a3f8db7fb70f078e5dc1a6837efcac4b8733ebd
Modified files:
autogen.sh
ChangeLog:
Hush you noisy little script
-------------- next part --------------
============================================================
--- autogen.sh 4fbe7932755f6d1e45e84a1f4b43397d8476d572
+++ autogen.sh 6a1327239ae865d54779b4d9f124c47ce4de1e0e
@@ -55,7 +55,7 @@ check () {
CMD=$1
echo -n "checking for ${CMD}... "
- BIN=`which ${CMD}`
+ BIN=`which ${CMD} 2> /dev/null`
if [ x"${BIN}" = x"" ] ; then
echo "not found."
@@ -87,7 +87,7 @@ run_or_die () { # beotch
###############################################################################
# We really start here, yes, very sneaky!
###############################################################################
-FIGLET=`which figlet`
+FIGLET=`which figlet 2> /dev/null`
if [ x"${FIGLET}" != x"" ] ; then
${FIGLET} -f small ${PACKAGE}
echo "build system is being generated"
More information about the Commits
mailing list