sgallagh pushed to firewalld (f22). "Remove unneeded backslash escape"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 19:45:36 UTC 2015


>From f2f9fac10d364d16af6b84230f4d4da4dc4a4809 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh at redhat.com>
Date: Thu, 16 Apr 2015 15:44:52 -0400
Subject: Remove unneeded backslash escape


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/firewalld.git/commit/?h=f22&id=f2f9fac10d364d16af6b84230f4d4da4dc4a4809


More information about the scm-commits mailing list