From 478ef6eef862f53b7074a9e90e8279c91113f4cc Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 15 Nov 2013 19:41:02 +0000 Subject: [PATCH] At least now I know exactly what this is doing. BUILD_LUNATIC. git-svn-id: https://svn.eduke32.com/eduke32@4158 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 86958100d..328bf37f7 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -47,7 +47,7 @@ head=`svn update | tail -n1 | awk '{ print $NF }' | cut -d. -f1` echo "HEAD is revision $head." headlog=`svn log -r $head` -lastrevision=`ls -A1 $output/????????-???? | tail -n1 | cut -d- -f2 | cut -d. -f1` +lastrevision=`ls -A1 $output/????????-???? | grep ${basename}_ - | tail -n1 | cut -d- -f2 | cut -d. -f1` # If the log of HEAD contains DONT_BUILD, obey. if [ -n "`echo $headlog | grep DONT_BUILD`" ]; then