org.guifications.plugins: c6f56b44187e68cd55fe30c7463d9cfe49d93a1d

grim at guifications.org grim at guifications.org
Sun May 18 03:15:07 CDT 2008


-----------------------------------------------------------------
Revision: c6f56b44187e68cd55fe30c7463d9cfe49d93a1d
Ancestor: 70d07dca6b853df9760b118aa83af458ab9c547b
Author: grim at guifications.org
Date: 2008-05-18T03:43:17
Branch: org.guifications.plugins

Modified files:
        autogen.sh

ChangeLog: 

Yeah... don't know what I was doing with the -V to python.  I think I was thinking of the old autogen that did a foo --version >/dev/null 2>&1, and since python doesn't support --version...

At any rate, cleaned up the rest of this


-----------------------------------------------------------------
This revision's diffstat output:
 autogen.sh |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
-------------- next part --------------
============================================================
--- autogen.sh	f46b6401e3a58b431474eacc93eb042e83259372
+++ autogen.sh	896ebee56aa44af2e79a4b2d10043db2fb7fc588
@@ -53,11 +53,9 @@ check () {
 ###############################################################################
 check () {
 	CMD=$1
-	shift
-	ARGS=$@
 
 	echo -n "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 Plugins-commits mailing list