summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-09-13 19:53:03 +0000
committerrillig <rillig@pkgsrc.org>2019-09-13 19:53:03 +0000
commitcb8a067f401ae85fda708c2d77873800a1c8d93d (patch)
tree72812c8645dcd6e3892a72526372baccaba81c45 /bootstrap/bootstrap
parent120639192341eba36340a20790a37eca64e75c59 (diff)
downloadpkgsrc-cb8a067f401ae85fda708c2d77873800a1c8d93d.tar.gz
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 (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index fc1d77606d0..4aee1b45fdd 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -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>
# All rights reserved.
@@ -380,8 +380,8 @@ checkarg_no_symlink_path()
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