gcore: quote PKGVERSION

Same as 3bed686102. I didn't hit an issue
here -- I think because my /bin/sh is dash and gdb-add-index has a /bin/sh
shebang, while gcore uses bash, but it's still worth fixing (we certainly
do NOT want this to be an array).

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32325
This commit is contained in:
Sam James
2025-03-19 22:53:36 +00:00
parent 3bed686102
commit d19d6bc17e

View File

@@ -20,8 +20,8 @@
# It starts up gdb, attaches to the given PID and invokes the gcore command.
#
PKGVERSION=@PKGVERSION@
VERSION=@VERSION@
PKGVERSION="@PKGVERSION@"
VERSION="@VERSION@"
# Need to check for -o option, but set default basename to "core".
prefix=core