* mu-config: fix typo

This commit is contained in:
djcb 2013-10-07 23:15:00 +03:00
parent cba85156cd
commit 59c74e0f34
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ cmd_from_string (const char *str)
#ifdef BUILD_GUILE
/* if we don't recognize it and it's not an option, it may be
* some script */
if (str[0] == '-')
if (str[0] != '-')
return MU_CONFIG_CMD_SCRIPT;
#endif /*BUILD_GUILE*/