pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Sep 13 19:53:03 UTC 2019

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.269 pkgsrc/bootstrap/bootstrap:1.270
--- pkgsrc/bootstrap/bootstrap:1.269    Sun Jul 21 20:14:06 2019
+++ pkgsrc/bootstrap/bootstrap  Fri Sep 13 19:53:03 2019
@@ -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 @@ 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



Home | Main Index | Thread Index | Old Index