changeset 24484:eb1bf40d6fd0

Remove a space to eliminate a spurious diff between Pidgin's autogen.sh and the Purple Plugin Pack's autogen.sh.
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Nov 2008 17:23:43 +0000
parents daefbf001774
children db414e4b966b c203ceb5bd9a
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Tue Nov 25 03:40:28 2008 +0000
+++ b/autogen.sh	Tue Nov 25 17:23:43 2008 +0000
@@ -66,7 +66,7 @@
 	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."