summaryrefslogtreecommitdiff
path: root/appl/cmd/install/logs.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/install/logs.b')
-rw-r--r--appl/cmd/install/logs.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/install/logs.b b/appl/cmd/install/logs.b
index 20135622..35f43760 100644
--- a/appl/cmd/install/logs.b
+++ b/appl/cmd/install/logs.b
@@ -122,7 +122,7 @@ contents(e: ref Entry): string
s := "";
for(cl := e.contents; cl != nil; cl = tl cl)
s += " " + hd cl;
- return s[1:];
+ return s; # includes initial space
}
Entry.text(e: self ref Entry): string