pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Properly quote the NICE_LEVEL variable to prev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/723309e0791d
branches:  trunk
changeset: 479342:723309e0791d
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Thu Aug 12 22:18:07 2004 +0000

description:
Properly quote the NICE_LEVEL variable to prevent errors.

diffstat:

 mk/bulk/build.conf-example |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 85667282b8ff -r 723309e0791d mk/bulk/build.conf-example
--- a/mk/bulk/build.conf-example        Thu Aug 12 20:46:21 2004 +0000
+++ b/mk/bulk/build.conf-example        Thu Aug 12 22:18:07 2004 +0000
@@ -1,5 +1,5 @@
 # build.conf
-# $NetBSD: build.conf-example,v 1.21 2004/07/22 14:26:42 agc Exp $
+# $NetBSD: build.conf-example,v 1.22 2004/08/12 22:18:07 sketch Exp $
 #
 # config file in /bin/sh syntax for {,pre,post}-build
 #
@@ -55,7 +55,7 @@
 RSYNC_OPTS='-e ssh'
 
 # Nice level for builds
-NICE_LEVEL=nice -n 20
+NICE_LEVEL="nice -n 20"
 
 ###########################################################################
 ### No changes should be needed below this line !!!



Home | Main Index | Thread Index | Old Index