From 7205599218c57672ad33be00dd0edfb9230c97e7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 18 May 2020 13:26:00 -0400 Subject: add quotes to an %if string --- waterfox/waterfox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waterfox') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 6376eb7..280135a 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -114,7 +114,7 @@ ExcludeArch: armv7hl %global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536) %endif -%if %{branch} == "classic" +%if "%{branch}" == "classic" %global channel Classic %else %global channel Current -- cgit