* Remove python2 related PR29245 kfail. * Remove PR30518 kfail. * Remove yama ptrace_scope == 1 kfails. * Remove PR28065 kfail. - Patches added (swo#32081): * gdb-symtab-return-correct-reader-for-top-level-cu-in.patch - Add "BuildRequires: aaa_base-yama-enable-ptrace" on tumbleweed. - Maintenance script qa-local.sh: * Add SLFO and Leap 15.6, drop Leap 15.3 and 15.4 and ALP. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=394
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-2023 Free Software Foundation, Inc.
|
|
|