From 43dbf72865cbbbd56f7601df6337dd6d07fac1e7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 18 Sep 2015 16:15:48 +0900 Subject: [PATCH] silence macro in comment warning --- ShellCheck.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck.spec b/ShellCheck.spec index 43a66d6..6de030c 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -4,7 +4,7 @@ # re-enable after QuickCheck code moved out of main src files # (see https://github.com/koalaman/shellcheck/issues/254) -#%%ifarch %(echo %{ghc_arches_with_ghci} | sed -e s/armv7hl//) +#%%ifarch %(echo %%{ghc_arches_with_ghci} | sed -e s/armv7hl//) #%%bcond_without tests #%%else #%%bcond_with tests