mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Use POSIX shell script syntax in writeBuildNum.sh
This commit is contained in:
parent
41a1bd52bf
commit
bd39a85244
@ -3,7 +3,7 @@
|
|||||||
# This file is used both to rebuild the header file and to set the
|
# This file is used both to rebuild the header file and to set the
|
||||||
# environment variables on the config call
|
# environment variables on the config call
|
||||||
|
|
||||||
BuildVersion="$Id: writeBuildNum.sh,v 1.9484 2004-11-22 02:11:36 fsg Exp $"
|
BuildVersion="$Id: writeBuildNum.sh,v 1.9485 2004-11-22 04:44:51 skidder Exp $"
|
||||||
|
|
||||||
BuildType=T
|
BuildType=T
|
||||||
MajorVer=2
|
MajorVer=2
|
||||||
@ -11,7 +11,7 @@ MinorVer=0
|
|||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=9481
|
BuildNum=9481
|
||||||
|
|
||||||
if [ "$SPECIAL_BUILD_SUFFIX" == "" ]; then
|
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||||
# Normal builds
|
# Normal builds
|
||||||
BuildSuffix="Firebird 2.0 UNSTABLE"
|
BuildSuffix="Firebird 2.0 UNSTABLE"
|
||||||
FIREBIRD_PACKAGE_VERSION=0.UNSTABLE
|
FIREBIRD_PACKAGE_VERSION=0.UNSTABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user