Merge pull request #26 from djmitche/patch-1

Remove spurious 'e' character.
This commit is contained in:
R.I.Pienaar 2012-07-11 14:49:17 -07:00
commit a1f58957f2

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