pidgin: 6729d3de: Remove a space to eliminate a spurious d...

rlaager at pidgin.im rlaager at pidgin.im
Wed Nov 26 17:50:51 EST 2008


-----------------------------------------------------------------
Revision: 6729d3dea8df2203383212a82eddd4697ea70ee9
Ancestor: c2e5c6cc5feb732b79c07ae4dd8fa6bf02e05dd1
Author: rlaager at pidgin.im
Date: 2008-11-25T17:23:43
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6729d3dea8df2203383212a82eddd4697ea70ee9

Modified files:
        autogen.sh

ChangeLog: 

Remove a space to eliminate a spurious diff between Pidgin's autogen.sh
and the Purple Plugin Pack's autogen.sh.

-------------- next part --------------
============================================================
--- autogen.sh	a40ee56d03ce4ed637034232086564ac2b9f4f8a
+++ autogen.sh	65c224111781a5cd026314dba7e4c976eded41bc
@@ -66,7 +66,7 @@ check () {
 	CMD=$1
 
 	printf "%s" "checking for ${CMD}... "
-	BIN=`which ${CMD} 2> /dev/null`
+	BIN=`which ${CMD} 2>/dev/null`
 
 	if [ x"${BIN}" = x"" ] ; then
 		echo "not found."


More information about the Commits mailing list