[mlpack-svn] r13389 - mlpack/trunk/CMake

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Aug 10 20:15:05 EDT 2012


Author: rcurtin
Date: 2012-08-10 20:15:04 -0400 (Fri, 10 Aug 2012)
New Revision: 13389

Modified:
   mlpack/trunk/CMake/allexec2man.sh
Log:
Missed one handling case


Modified: mlpack/trunk/CMake/allexec2man.sh
===================================================================
--- mlpack/trunk/CMake/allexec2man.sh	2012-08-11 00:05:45 UTC (rev 13388)
+++ mlpack/trunk/CMake/allexec2man.sh	2012-08-11 00:15:04 UTC (rev 13389)
@@ -17,6 +17,6 @@
                 grep -v '_test$' | \
                 sed 's|^./||'`; do
   echo "Generating man page for $program...";
-  $1 "$program" "$outdir/$program.1"
+  "$1" "$program" "$outdir/$program.1"
   gzip -f "$outdir/$program.1"
 done




More information about the mlpack-svn mailing list