From fe3a6192f21e5b6bd2a78fe13d6ee380476b82db Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Sat, 13 Sep 2008 12:55:32 +0000 Subject: [PATCH] fix a typo in python/Makefile.in git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10852 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in index 69ff7ca1b..9026d0815 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -125,7 +125,7 @@ run_testcase = \ if [ -f $(py2_runme) ]; then ( \ $(MAKE) -f $(srcdir)/Makefile $(py3_runme) && \ $(run_python);) \ - elif [ -f $(py3_runme)]; then ( \ + elif [ -f $(py3_runme) ]; then ( \ $(run_python);) \ fi; endif