[Vm-dev] [commit][2812] fix typo

commits at squeakvm.org commits at squeakvm.org
Thu Nov 14 05:44:21 UTC 2013


Revision: 2812
Author:   piumarta
Date:     2013-11-13 21:44:19 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/platforms/unix/cmake/Plugins.cmake

Modified: trunk/platforms/unix/cmake/Plugins.cmake
===================================================================
--- trunk/platforms/unix/cmake/Plugins.cmake	2013-11-14 03:57:30 UTC (rev 2811)
+++ trunk/platforms/unix/cmake/Plugins.cmake	2013-11-14 05:44:19 UTC (rev 2812)
@@ -1,6 +1,6 @@
 # Figure out which plugins to build and create a configuration for each.
 # 
-# Last edited: 2013-11-13 19:43:20 by piumarta on emilia
+# Last edited: 2013-11-13 21:43:50 by piumarta on emilia
 
 IF (EXISTS ${bld}/plugins.int)
   FILE (STRINGS ${bld}/plugins.int plugins_int)
@@ -30,7 +30,7 @@
 
 IF (EXISTS ${bld}/plugins.exc)
   FILE (STRINGS ${bld}/plugins.exc plugins_exc)
-IF (EXISTS ${config}/plugins.exc)
+ELSEIF (EXISTS ${config}/plugins.exc)
   FILE (STRINGS ${config}/plugins.exc plugins_exc)
 ELSEIF (EXISTS ${src}/plugins.exc)
   FILE (STRINGS ${src}/plugins.exc plugins_exc)



More information about the Vm-dev mailing list