summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-20 10:59:36 +0000
committerobache <obache@pkgsrc.org>2013-02-20 10:59:36 +0000
commit6f8c880088a72161e3af4535863cf9d074bf48eb (patch)
treea65316268ce91ad8b07d98e63ddea1e8b4ef3602 /bootstrap
parente73a55079b889bf100cba62eb5fc54e762769272 (diff)
downloadpkgsrc-6f8c880088a72161e3af4535863cf9d074bf48eb.tar.gz
fix a typo
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index f4cd6546da8..1f445157ff3 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.186 2013/02/20 10:30:41 obache Exp $
+# $NetBSD: bootstrap,v 1.187 2013/02/20 10:59:36 obache Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -475,7 +475,7 @@ CYGWIN_*)
return 0
}
root_user=`id -u`
- root_grou=`id -g Administrator`
+ root_group=`id -g Administrator`
need_bsd_install=no
opsys=`uname -o`
need_awk=no