From 7a28f8563ee7cc20deeff282a1c8b65041c152ba0a5a890f9ca7c10fd579a7d5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 2 Feb 2015 11:57:59 +0000 Subject: [PATCH] Quote space in directory string check OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=161 --- rpm-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-check.sh b/rpm-check.sh index 948e8af..df58c01 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -608,7 +608,7 @@ check_single_file() return 1 fi ;; - directory|setuid, directory|sticky, directory) + directory|setuid,\ directory|sticky,\ directory) # tar might package directories - ignore them here return 0 ;;