Remove spurious 'e' character.

This commit is contained in:
Dustin J. Mitchell 2012-07-11 16:46:12 -05:00
parent 4d1977b2c4
commit 092afd4193

View file

@ -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}")
}
}