pidgin: e3b8963d: Some versions of mktemp require at least...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Sat May 10 13:52:33 EDT 2008


-----------------------------------------------------------------
Revision: e3b8963da04c30b9550f678536ab3874b0ffb6c5
Ancestor: 727d816d20ca2bcfae91438cbd708b9f3d7de105
Author: nosnilmot at pidgin.im
Date: 2008-05-10T17:05:53
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e3b8963da04c30b9550f678536ab3874b0ffb6c5

Modified files:
        autogen.sh

ChangeLog: 

Some versions of mktemp require at least 6 X's in the template

-------------- next part --------------
============================================================
--- autogen.sh	7f517e7287cdcefe0479f851a9b857a54a4065fe
+++ autogen.sh	d96130e7b34a00cb5e0f56e6b103c92de27607af
@@ -79,7 +79,7 @@ run_or_die () { # beotch
 	CMD=$1
 	shift
 
-	OUTPUT=`mktemp autogen-XXXX`
+	OUTPUT=`mktemp autogen-XXXXXX`
 
 	printf "%s" "running ${CMD} ${@}... "
 	${CMD} ${@} >${OUTPUT} 2>&1


More information about the Commits mailing list