mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-14 07:07:49 +00:00
Fixed symbol loading when using direct command line arguments
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ def option_maker(options, key, val)
|
||||
options = options || {}
|
||||
options[key.to_sym] =
|
||||
if val.chr == ":"
|
||||
val.to_sym
|
||||
val[1..-1].to_sym
|
||||
elsif val.include? ";"
|
||||
val.split(';')
|
||||
elsif val == 'true'
|
||||
|
||||
Reference in New Issue
Block a user