summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-03 10:48:38 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-03 10:48:38 -0500
commitc28a7d64bd9f10236a255c284442b1526c6b7990 (patch)
tree92c25f2560d13d7534d596c66ccb2450205e43b8
parent4d7b01704fe2460f446a9892d63313ae571d45f3 (diff)
librechroot: correct comment
-rwxr-xr-xsrc/chroot-tools/librechroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 0b3a7f1..5e16587 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -190,8 +190,8 @@ arch-nspawn() {
if [[ -t 1 ]]; then
cmd=("$@")
else
- # This perl script is equivalent to `sed -s 's|\n|\r\n|g', but
- # it doesn't line-buffer.
+ # This perl script is similar to `sed 's|\n|\r\n|g'`, (or, more
+ # correctly, `sed 's|$|\r|'`) but it does't line-buffer.
local perlcmd='
my $size;
my $buffer;