NetBSD-Bugs archive

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

PR/54835 CVS commit: src/distrib/miniroot



The following reply was made to PR install/54835; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54835 CVS commit: src/distrib/miniroot
Date: Sun, 12 Jan 2020 03:56:14 +0000

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sun Jan 12 03:56:14 UTC 2020
 
 Modified Files:
 	src/distrib/miniroot: install.sub
 
 Log Message:
 Fix "[: SMALL test, no fallback usage" error on miniroot installation.
 
 Avoid and replace use of '-a', '(' and ')' operatos marked obsolescent
 by modern POSIX.1-2017:
  https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_128_16
 as suggested by kre@ in PR/54835.
 
 Should be pulled up to netbsd-9.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.50 -r1.51 src/distrib/miniroot/install.sub
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index