summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-15 10:55:06 +0000
committerrillig <rillig@pkgsrc.org>2005-05-15 10:55:06 +0000
commit21cd54a0722714041f69713f6d65abedd6a4fc56 (patch)
treeabc66f3eb8756ce30abc84382990e226ef15fb88 /bootstrap
parent3ffba337c3ccb690cb8b5045224c5a58fe11a764 (diff)
downloadpkgsrc-21cd54a0722714041f69713f6d65abedd6a4fc56.tar.gz
Fixed shell quoting.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/cleanup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/cleanup b/bootstrap/cleanup
index 3178df70341..2e06e206eef 100755
--- a/bootstrap/cleanup
+++ b/bootstrap/cleanup
@@ -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