mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
This should fix Synthesis for real. BUILD_LUNATIC.
git-svn-id: https://svn.eduke32.com/eduke32@4155 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
dc664fd5c6
commit
40c2b8614b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ head=`svn update | tail -n1 | awk '{ print $NF }' | cut -d. -f1`
|
||||||
echo "HEAD is revision $head."
|
echo "HEAD is revision $head."
|
||||||
headlog=`svn log -r $head`
|
headlog=`svn log -r $head`
|
||||||
|
|
||||||
lastrevision=`ls -A1 $output/????????-???? | tail -n1 | cut -d- -f2 | cut -d. -f1`
|
lastrevision=`ls -A1 $output/_????????-???? | tail -n1 | cut -d- -f2 | cut -d. -f1`
|
||||||
|
|
||||||
# If the log of HEAD contains DONT_BUILD, obey.
|
# If the log of HEAD contains DONT_BUILD, obey.
|
||||||
if [ -n "`echo $headlog | grep DONT_BUILD`" ]; then
|
if [ -n "`echo $headlog | grep DONT_BUILD`" ]; then
|
||||||
|
|
Loading…
Reference in a new issue