From 88e1545c03c36a30b8ceaf4415c7ea07a9064b4b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Apr 2015 15:44:52 -0400 Subject: [PATCH] Remove unneeded backslash escape --- firewalld.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewalld.spec b/firewalld.spec index 39f7cc6..2321b66 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -196,7 +196,7 @@ rm -f %{buildroot}%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.poli # If we don't yet have a symlink or existing file for firewalld.conf, # create it. Note: this will intentionally reset the policykit policy # at the same time, so they are in sync. -if [ \! -e %{_sysconfdir}/firewalld/firewalld.conf ]; then +if [ ! -e %{_sysconfdir}/firewalld/firewalld.conf ]; then # Import /etc/os-release to get the variant definition . /etc/os-release