pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Fixed shell quoting.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf23320c39ac
branches: trunk
changeset: 493805:cf23320c39ac
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 15 10:55:06 2005 +0000
description:
Fixed shell quoting.
diffstat:
bootstrap/cleanup | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 8d0edcac9231 -r cf23320c39ac bootstrap/cleanup
--- a/bootstrap/cleanup Sun May 15 05:05:47 2005 +0000
+++ b/bootstrap/cleanup Sun May 15 10:55:06 2005 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
-# $NetBSD: cleanup,v 1.7 2004/10/11 13:50:17 tv Exp $
+# $NetBSD: cleanup,v 1.8 2005/05/15 10:55:06 rillig Exp $
wrkdir=${1:-work}
-rm -f -r $wrkdir
+rm -f -r "$wrkdir"
rm -f Makefile.inc mk.conf.example */config.cache
Home |
Main Index |
Thread Index |
Old Index