* mu-config: fix typo
This commit is contained in:
@ -482,7 +482,7 @@ cmd_from_string (const char *str)
|
|||||||
#ifdef BUILD_GUILE
|
#ifdef BUILD_GUILE
|
||||||
/* if we don't recognize it and it's not an option, it may be
|
/* if we don't recognize it and it's not an option, it may be
|
||||||
* some script */
|
* some script */
|
||||||
if (str[0] == '-')
|
if (str[0] != '-')
|
||||||
return MU_CONFIG_CMD_SCRIPT;
|
return MU_CONFIG_CMD_SCRIPT;
|
||||||
#endif /*BUILD_GUILE*/
|
#endif /*BUILD_GUILE*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user