Index: trunk/FACT++/src/tools.cc
===================================================================
--- trunk/FACT++/src/tools.cc	(revision 16802)
+++ trunk/FACT++/src/tools.cc	(revision 16803)
@@ -244,5 +244,5 @@
     }
 
-    opt = *it++;
+    opt = string(*it).find_first_of('=')==string::npos ? *it++ : "";
 
     map<string,string> rc;
