Fixed the case of an error message
This commit is contained in:
parent
479928fd00
commit
050ac6af9c
@ -1134,7 +1134,7 @@ static int _target_script(Configure * configure, FILE * fp,
|
||||
return 1;
|
||||
}
|
||||
if(configure->prefs->flags & PREFS_S)
|
||||
error_set_print(PACKAGE, 0, "%s: %s%s%s", target, "the \"",
|
||||
error_set_print(PACKAGE, 0, "%s: %s%s%s", target, "The \"",
|
||||
script,
|
||||
"\" script is executed while compiling");
|
||||
if(configure->prefs->flags & PREFS_n)
|
||||
|
Loading…
Reference in New Issue
Block a user