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:   bsiegert
Date:           Sat Feb  3 09:53:03 UTC 2018

Modified Files:
        pkgsrc/bootstrap: bootstrap

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


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 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.246 pkgsrc/bootstrap/bootstrap:1.247
--- pkgsrc/bootstrap/bootstrap:1.246    Fri Feb  2 15:53:44 2018
+++ pkgsrc/bootstrap/bootstrap  Sat Feb  3 09:53:03 2018
@@ -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 @@ Linux)
                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