Remove spurious 'e' character.
This commit is contained in:
parent
4d1977b2c4
commit
092afd4193
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ define concat(
|
|||
$forceflag = ''
|
||||
}
|
||||
default: {
|
||||
e fail("Improper 'force' value given to concat: ${force}")
|
||||
fail("Improper 'force' value given to concat: ${force}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue