forked from github/server
buildno.h name change
This commit is contained in:
parent
efe23698bc
commit
c20fb13532
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ function assert_dir() {
|
||||||
function version() {
|
function version() {
|
||||||
assert_dir $SOURCE
|
assert_dir $SOURCE
|
||||||
cd $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"
|
echo "eressea build $build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue