mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Changed string == to = for shell compatibility.
This commit is contained in:
parent
77dc81d2aa
commit
563e1b7d53
@ -3,7 +3,7 @@
|
||||
# This file is used both to rebuild the header file and to set the
|
||||
# environment variables on the config call
|
||||
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.98 2002-01-21 15:26:55 kkuznetsov Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.99 2002-01-28 07:30:12 skywalker Exp $"
|
||||
|
||||
BuildType=T
|
||||
MajorVer=2
|
||||
@ -62,7 +62,7 @@ eof
|
||||
|
||||
|
||||
|
||||
if [ "$1" == "rebuildHeader" ]
|
||||
if [ "$1" = "rebuildHeader" ]
|
||||
then
|
||||
rebuildHeaderFile
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user