aboutsummaryrefslogtreecommitdiffstats
path: root/lacme
diff options
context:
space:
mode:
Diffstat (limited to 'lacme')
-rwxr-xr-xlacme2
1 files changed, 1 insertions, 1 deletions
diff --git a/lacme b/lacme
index 88ab78d..1e51c6c 100755
--- a/lacme
+++ b/lacme
@@ -93,7 +93,7 @@ sub spec_expand($) {
: $1 eq "T" ? env_fallback(TMPDIR => "/tmp")
: $1 eq "%" ? "%"
: die "Error: \"$str\" has unknown specifier %$1\n";
- die "Error: undefined expansion %$1 in \"$str\"\n" unless defined $x;
+ die "Error: Undefined expansion %$1 in \"$str\"\n" unless defined $x;
$x;
#ge;
return $str;