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: jperkin
Date: Mon Nov 29 18:32:51 UTC 2021
Modified Files:
pkgsrc/bootstrap: bootstrap
Log Message:
bootstrap: Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 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.303 pkgsrc/bootstrap/bootstrap:1.304
--- pkgsrc/bootstrap/bootstrap:1.303 Fri Nov 12 20:29:05 2021
+++ pkgsrc/bootstrap/bootstrap Mon Nov 29 18:32:51 2021
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.303 2021/11/12 20:29:05 nia Exp $
+# $NetBSD: bootstrap,v 1.304 2021/11/29 18:32:51 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -589,7 +589,6 @@ Darwin)
machine_arch=`get_machine_arch_darwin`
CC=${CC:-"cc -isystem /usr/include"}; export CC
check_compiler=yes
- osrev=`uname -r`
# Combine major.minor product version for simpler numerical tests.
macos_version=`sw_vers -productVersion | \
@@ -610,7 +609,7 @@ Darwin)
need_mksh=yes
fi
- unset osrev macos_version
+ unset macos_version
;;
DragonFly)
root_group=wheel
Home |
Main Index |
Thread Index |
Old Index