projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a9e8b
)
Include line numbers in autobuild/beta qc crashes
author
bones_was_here <bones_was_here@yahoo.com.au>
Thu, 19 Mar 2020 21:31:06 +0000
(21:31 +0000)
committer
Martin Taibr <taibr.martin@gmail.com>
Thu, 19 Mar 2020 21:31:06 +0000
(21:31 +0000)
misc/tools/all/release.subr
patch
|
blob
|
history
diff --git
a/misc/tools/all/release.subr
b/misc/tools/all/release.subr
index 078c09171c0c93b7355e8c956af458ea4cd408f0..86ee76379b4cfe33889bdae0bf8f7467c6738ff9 100644
(file)
--- a/
misc/tools/all/release.subr
+++ b/
misc/tools/all/release.subr
@@
-392,6
+392,10
@@
case "$cmd" in
verbose cp ../source/progs.dat .
verbose cp ../source/csprogs.dat .
verbose cp ../source/menu.dat .
+ # Include line numbers in qc errors
+ verbose cp ../source/progs.lno .
+ verbose cp ../source/csprogs.lno .
+ verbose cp ../source/menu.lno .
verbose rm -rf qcsrc
getversion .
case "$RELEASETYPE" in