[game-data-packager] 278/293: quake4: don't shift away "env" or the first word of QUAKE4_BACKTRACE

Simon McVittie smcv at debian.org
Fri Oct 14 00:12:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch quake
in repository game-data-packager.

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/game-data-packager.git



More information about the Pkg-games-commits mailing list