NetBSD-Bugs archive

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

Re: install/54835: miniroot install.sub uses sh(1) function not enabled with SMALL



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

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: install/54835: miniroot install.sub uses sh(1) function not enabled with SMALL
Date: Mon, 06 Jan 2020 02:10:58 +0700

     Date:        Sun,  5 Jan 2020 16:00:01 +0000 (UTC)
     From:        Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
     Message-ID:  <20200105160001.1A2167A1E0%mollari.NetBSD.org@localhost>
 
   | Fix install.sub script or sh(1) SMALL?
 
 Fix the script, the -a (etc) operators to test are deprecated.
 
 The line should be
 
 	if ! [ -f "${_fstab}" ] || ! [ -s "${_fstab}" ]; then
 
 kre
 


Home | Main Index | Thread Index | Old Index