- Fix rpmlint macro-in-comment errors - Fix rpmlint error "deprecated-grep ['egrep']" . - gdb-gcore-bash.patch: Fix rpmlint error env-script-interpreter by replacing "/usr/bin/env bash" with "/bin/bash" in gcore. - Rewrite gdbserver.1 workaround for riscv64 to avoid %define _unpackaged_files_terminate_build 0 OBS-URL: https://build.opensuse.org/request/show/710142 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=209
11 lines
229 B
Diff
11 lines
229 B
Diff
diff --git a/gdb/gcore.in b/gdb/gcore.in
|
|
index b9770ea415..3149f6e1fe 100644
|
|
--- a/gdb/gcore.in
|
|
+++ b/gdb/gcore.in
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/bash
|
|
|
|
# Copyright (C) 2003-2019 Free Software Foundation, Inc.
|
|
|