pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap/bootstrap: fix word wrapping in sy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/171fddb15378
branches:  trunk
changeset: 339665:171fddb15378
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Sep 13 19:53:03 2019 +0000

description:
bootstrap/bootstrap: fix word wrapping in symlink error message

When $2 is expanded, it is longer than 2 characters, which leaded to an
ugly line break.

diffstat:

 bootstrap/bootstrap |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r c2389c224792 -r 171fddb15378 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Sep 13 17:20:41 2019 +0000
+++ b/bootstrap/bootstrap       Fri Sep 13 19:53:03 2019 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.269 2019/07/21 20:14:06 rillig Exp $
+# $NetBSD: bootstrap,v 1.270 2019/09/13 19:53:03 rillig Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -380,8 +380,8 @@
        Given path   : $1
        Resolved path: $_realdir${1##${_dir}}
 
-       Several packages assume that the given path of $2 stays the same when
-       symlinks are resolved. When that assumption fails, they will:
+       Several packages assume that the given path of $2 stays the same
+       when symlinks are resolved. When that assumption fails, they will:
 
        * not find some include files or libraries during the build phase
          since the files from dependencies are not installed in



Home | Main Index | Thread Index | Old Index