From 09fcb2f84258629b6befe8e9a4cc62f15bedfe08 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Sat, 19 Feb 2011 00:42:36 +0100 Subject: docompress, prepcompress: Add missing quotes. --- 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 46be5011c..e1e5df1fb 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -103,7 +103,7 @@ prepcompress() { fi done for g in "${exclude[@]}"; do - if [[ ${f} = ${g} || ${f} == "${g%/}"/* ]]; then + if [[ ${f} = "${g}" || ${f} == "${g%/}"/* ]]; then unset include[i] continue 2 fi -- cgit v1.2.3-1-g7c22