From c20fb1353240109f1718c260269d2e98979c1a5b Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 16 Nov 2014 12:40:08 +0100 Subject: [PATCH] buildno.h name change --- s/preview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/preview b/s/preview index eab88c921..ee0c35089 100755 --- a/s/preview +++ b/s/preview @@ -45,7 +45,7 @@ function assert_dir() { function version() { assert_dir $SOURCE cd $SOURCE -build=$(grep BUILD src/build.h | awk '{ print $3 }') +build=$(grep BUILD src/buildno.h | awk '{ print $3 }') echo "eressea build $build" }