From cfbb7471a3c976ce0053f4aecf326d16365f15d3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 29 Mar 2008 05:52:34 +0000 Subject: Fix quoting for ${root} in install_mask(). (trunk r9590) svn path=/main/branches/2.1.2/; revision=9593 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 27c2cc618..94c26995a 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -374,7 +374,7 @@ install_mask() { set +o noglob quiet_mode || einfo "Removing ${no_inst}" # normal stuff - rm -Rf ${root}/${no_inst} >&/dev/null + rm -Rf "${root}"/${no_inst} >&/dev/null # we also need to handle globs (*.a, *.h, etc) find "${root}" -path "${no_inst}" -exec rm -fR {} \; >/dev/null -- cgit v1.2.3-1-g7c22