Blame SOURCES/0209-Fix-duplicate-shell-entries-1226325.patch

6b3c76
From 80351cdb2246c4d213440cdee73a2284eb5fa667 Mon Sep 17 00:00:00 2001
a85e8e
From: Robert Marshall <rmarshall@redhat.com>
a85e8e
Date: Tue, 12 Jul 2016 10:25:16 -0400
6b3c76
Subject: [PATCH 209/261] Fix duplicate shell entries (#1226325)
a85e8e
a85e8e
Coverity discovered more of the same non-used shell variables that had
a85e8e
appeared more than once in the file.
a85e8e
a85e8e
Related: rhbz#1226325
a85e8e
---
a85e8e
 util/grub-get-kernel-settings.in | 7 -------
a85e8e
 1 file changed, 7 deletions(-)
a85e8e
a85e8e
diff --git a/util/grub-get-kernel-settings.in b/util/grub-get-kernel-settings.in
6b3c76
index cee8c2096..6a68a0ef6 100644
a85e8e
--- a/util/grub-get-kernel-settings.in
a85e8e
+++ b/util/grub-get-kernel-settings.in
a85e8e
@@ -17,13 +17,6 @@ set -e
a85e8e
 # You should have received a copy of the GNU General Public License
a85e8e
 # along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
a85e8e
 
a85e8e
-prefix="@prefix@"
a85e8e
-exec_prefix="@exec_prefix@"
a85e8e
-datarootdir="@datarootdir@"
a85e8e
-
a85e8e
-exec_prefix="@exec_prefix@"
a85e8e
-sbindir="@sbindir@"
a85e8e
-bindir="@bindir@"
a85e8e
 PACKAGE_NAME=@PACKAGE_NAME@
a85e8e
 PACKAGE_VERSION=@PACKAGE_VERSION@
a85e8e
 datadir="@datadir@"
6b3c76
-- 
6b3c76
2.13.5
6b3c76