changeset 22748:7291da73b054

This should have been a variable expansion so that autogen.args could be changed without having to change it in more than one place.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 26 Apr 2008 17:47:05 +0000
parents 7c801c16bacc
children 29cd77930050
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Sat Apr 26 13:36:42 2008 +0000
+++ b/autogen.sh	Sat Apr 26 17:47:05 2008 +0000
@@ -111,7 +111,7 @@
 if [ -f ${ARGS_FILE} ] ; then
 	echo "found."
 	printf "%s" "sourcing ${ARGS_FILE}: "
-	. autogen.args
+	. ${ARGS_FILE}
 	echo "done."
 else
 	echo "not found."