[quake] 01/01: quake4: don't shift away "env" or the first word of QUAKE4_BACKTRACE
Simon McVittie
smcv at debian.org
Sun Jan 17 13:31:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository quake.
commit 556706e3fecf85315dc6dac33c95dcf21dffb41a
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jan 16 17:19:24 2016 +0000
quake4: don't shift away "env" or the first word of QUAKE4_BACKTRACE
---
quake4.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/quake4.in b/quake4.in
index 752101d..299a859 100644
--- a/quake4.in
+++ b/quake4.in
@@ -87,14 +87,12 @@ cd "$pkglibdir"
set \
env LD_LIBRARY_PATH="${pkglibdir}${LD_LIBRARY_PATH:+":${LD_LIBRARY_PATH}"}" \
"$@"
-shift
if test -n "$QUAKE4_BACKTRACE"; then
set gdb -return-child-result -batch \
-ex run -ex 'thread apply all bt full' -ex kill -ex quit \
--args "${pkglibdir}/${binary}" ${cvars} \
"$@"
- shift
else
set _ ${QUAKE4_DEBUGGER} "${pkglibdir}/${binary}" ${cvars} "$@"
shift
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git
More information about the Pkg-games-commits
mailing list