[mlpack-svn] r15403 - mlpack/conf/jenkins-conf/benchmark

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jul 3 15:24:34 EDT 2013


Author: marcus
Date: Wed Jul  3 15:24:33 2013
New Revision: 15403

Log:
Don't use spaces between 'export'.

Modified:
   mlpack/conf/jenkins-conf/benchmark/Makefile

Modified: mlpack/conf/jenkins-conf/benchmark/Makefile
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/Makefile	(original)
+++ mlpack/conf/jenkins-conf/benchmark/Makefile	Wed Jul  3 15:24:33 2013
@@ -6,7 +6,7 @@
 BENCHMARKDDIR := benchmark
 
 # Export matlab path to execute matlab file in the methods directory.
-export MATLABPATH = methods/matlab/
+export MATLABPATH=methods/matlab/
 
 ifeq ($(PYTHON_VERSION), 0)
   $(error Python version 2.7 required which was not found)



More information about the mlpack-svn mailing list