From 2a3df39505710bd8a94475207bf4ee70a8c2c360 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 18 Oct 2009 11:17:18 -0500 Subject: And generate source/build.h unconditionally, in case there have been new commits. --- crawl-ref/dolinks.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref/dolinks.sh') diff --git a/crawl-ref/dolinks.sh b/crawl-ref/dolinks.sh index 425985774a..0f3a13029a 100755 --- a/crawl-ref/dolinks.sh +++ b/crawl-ref/dolinks.sh @@ -1,10 +1,6 @@ #!/usr/bin/env bash -if [ -f source/build.h ]; then - true -else - source/util/gen_ver.pl source/build.h -fi +source/util/gen_ver.pl source/build.h mkdir -p NORMAL mkdir -p WIZARD -- cgit v1.2.3-54-g00ecf