diff options
author | agc <agc@pkgsrc.org> | 2002-08-07 12:14:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-07 12:14:12 +0000 |
commit | 7d725beb1b7555b761d9f842d73936289c7c8b95 (patch) | |
tree | c119121afe6e37bc9378090f6635c99bb20b8e66 /mk/bulk/mksandbox | |
parent | e4a2ff73cd76dc486d0326f852e602130a12ee8b (diff) | |
download | pkgsrc-7d725beb1b7555b761d9f842d73936289c7c8b95.tar.gz |
Correct the position of a closing parenthesis in a comment
Diffstat (limited to 'mk/bulk/mksandbox')
-rwxr-xr-x | mk/bulk/mksandbox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox index 4681fd884e2..c8e0844ed7e 100755 --- a/mk/bulk/mksandbox +++ b/mk/bulk/mksandbox @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: mksandbox,v 1.1 2002/08/07 12:03:00 agc Exp $ +# $NetBSD: mksandbox,v 1.2 2002/08/07 12:14:12 agc Exp $ # # # Copyright (c) 2002 Alistair G. Crooks. All rights reserved. @@ -37,7 +37,7 @@ # Usage: mksandbox [--pkgsrc=dir] [--src=srcdir] [--verbose] sandbox-dir # # A small shell script to set up a sandbox (usually for a pkgsrc bulk -# build, using null mounts). +# build), using null mounts. pkgsrc=/usr/pkgsrc src=/usr/src |