summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-01 16:06:35 +0000
committerjlam <jlam@pkgsrc.org>2008-04-01 16:06:35 +0000
commite0dde0f751553501389c2e9eb5d289ab93bf6fbf (patch)
tree9af96b8e156b80da5ba37ec4b6a2659000c9e5a2 /mk
parent2de779547192c3c1bf46929094cd3c2ad7805699 (diff)
downloadpkgsrc-e0dde0f751553501389c2e9eb5d289ab93bf6fbf.tar.gz
Add missing ]
Diffstat (limited to 'mk')
-rwxr-xr-xmk/bulk/mksandbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox
index ac463a731d4..83cf981d585 100755
--- a/mk/bulk/mksandbox
+++ b/mk/bulk/mksandbox
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: mksandbox,v 1.48 2008/02/26 05:06:32 jlam Exp $
+# $NetBSD: mksandbox,v 1.49 2008/04/01 16:06:35 jlam Exp $
#
#
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
@@ -167,7 +167,7 @@ if [ $# -ne 1 ]; then
usage
fi
-if [ "$with_x" = "no"; then
+if [ "$with_x" = "no" ]; then
need_xsrc=no
fi