[mapguide-commits] r9321 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 16 22:31:59 PST 2018


Author: jng
Date: 2018-02-16 22:31:59 -0800 (Fri, 16 Feb 2018)
New Revision: 9321

Modified:
   trunk/MgDev/cmake_bootstrap.sh
Log:
cmake_bootstrap.sh: Fix bad parameter reference

Modified: trunk/MgDev/cmake_bootstrap.sh
===================================================================
--- trunk/MgDev/cmake_bootstrap.sh	2018-02-01 13:10:44 UTC (rev 9320)
+++ trunk/MgDev/cmake_bootstrap.sh	2018-02-17 06:31:59 UTC (rev 9321)
@@ -239,4 +239,4 @@
 chmod +x $OEM_WORK_DIR/env_vars.sh
 
 echo "$OEM_WORK_DIR/env_vars.sh written"
-echo "Make sure to run cmake_build.sh with --oem_working_dir set to: $OEM_WORK_DIR"
\ No newline at end of file
+echo "Make sure to run cmake_build.sh with --oem-working-dir set to: $OEM_WORK_DIR"
\ No newline at end of file



More information about the mapguide-commits mailing list