From 280835ffdac3d4c7998a1c474c062903cfb7af41 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 15 May 2005 10:55:06 +0000 Subject: Fixed shell quoting. --- bootstrap/cleanup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/cleanup') 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 -- cgit v1.2.3