org.guifications.plugins: e4c1fd8cdd4c6149669b989d3dbde3bb829a5608
rekkanoryo at guifications.org
rekkanoryo at guifications.org
Sat Apr 26 13:05:09 CDT 2008
-----------------------------------------------------------------
Revision: e4c1fd8cdd4c6149669b989d3dbde3bb829a5608
Ancestor: 73cee4cb07b049c92f41153afda5deb51347a869
Author: rekkanoryo at guifications.org
Date: 2008-04-26T17:57:38
Branch: org.guifications.plugins
Modified files:
autogen.sh
ChangeLog:
Fix the same bug in this autogen.sh as I just fixed in Pidgin's.
-----------------------------------------------------------------
This revision's diffstat output:
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- autogen.sh 1fef29efe8fe7c41c9c1c4afe252791165a4820e
+++ autogen.sh aca2fa101a848fce1e700e992c931a91268cefb8
@@ -102,7 +102,7 @@ if [ -f ${ARGS_FILE} ] ; then
if [ -f ${ARGS_FILE} ] ; then
echo "found."
echo -n "sourcing ${ARGS_FILE}: "
- . autogen.args
+ . ${ARGS_FILE}
echo "done."
else
echo "not found."
More information about the Plugins-commits
mailing list