Accepting request 195685 from home:lnussel:branches:devel:openSUSE:Factory

- fix shell syntax error

OBS-URL: https://build.opensuse.org/request/show/195685
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=34
This commit is contained in:
2013-08-22 01:54:02 +00:00
committed by Git OBS Bridge
parent dd00d3c666
commit 79c0b9a33d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 20 11:48:25 UTC 2013 - lnussel@suse.de
- fix shell syntax error
-------------------------------------------------------------------
Wed Aug 7 15:51:36 UTC 2013 - lnussel@suse.de

View File

@@ -134,7 +134,7 @@ if ! cmp -s hash1 hash2; then
echo "ERROR: binary changed, need to request new signature!"
# don't fail in devel projects
prj="%{_project}"
if "${prj%%:*}" = "openSUSE"; then
if [ "${prj%%:*}" = "openSUSE" ]; then
false
fi
fi