summaryrefslogtreecommitdiffstats
path: root/bin/te
diff options
context:
space:
mode:
Diffstat (limited to 'bin/te')
-rw-r--r--bin/te2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/te b/bin/te
index d50aed4..e4293fa 100644
--- a/bin/te
+++ b/bin/te
@@ -32,7 +32,7 @@ COMMAND: while (1) {
if ($pc eq "\e") {
print "\n";
ReadMode 3;
- local $SIG{INT} = sub { die "Execution interrupted" };
+ local $SIG{INT} = sub { die "Execution interrupted\n" };
my $result = eval { $te->execute($command) };
print "? $@\n" if $@;
print $result if defined $result;