pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Remove a mis-pasted line. Noticed by jperkin@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83280fa84fe8
branches:  trunk
changeset: 375115:83280fa84fe8
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Feb 03 09:53:03 2018 +0000

description:
Remove a mis-pasted line. Noticed by jperkin@.

diffstat:

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

diffs (19 lines):

diff -r 849238320b8f -r 83280fa84fe8 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sat Feb 03 05:28:49 2018 +0000
+++ b/bootstrap/bootstrap       Sat Feb 03 09:53:03 2018 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.246 2018/02/02 15:53:44 bsiegert Exp $
+# $NetBSD: bootstrap,v 1.247 2018/02/03 09:53:03 bsiegert Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -707,7 +707,6 @@
                root_group=root
        fi
        need_bsd_install=no
-       CHROMEOS_RELEASE_NAME!= awk -F = '$$1 == "CHROMEOS_RELEASE_NAME" { print $$2 }' /etc/lsb-release
        # Debian/Ubuntu's awk is mawk, and mawk does not understand
        # some regexp used in pkgsrc/mk.
        if [ -f /etc/debian_version ]; then



Home | Main Index | Thread Index | Old Index