Quote space in directory string check

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=161
This commit is contained in:
Olaf Hering 2015-02-02 11:57:59 +00:00 committed by Git OBS Bridge
parent c1156c0dab
commit 7a28f8563e

View File

@ -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
;;