Skip to content

Commit

Permalink
Remove a mis-pasted line. Noticed by jperkin@.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsiegert committed Feb 3, 2018
1 parent e5dc2b6 commit fffcc38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap/bootstrap
@@ -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>
# All rights reserved.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fffcc38

Please sign in to comment.