Merge pull request #26 from djmitche/patch-1
Remove spurious 'e' character.
This commit is contained in:
commit
a1f58957f2
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