|
@@ -23,7 +23,7 @@ if [ ! -f "ivversion_def.h" ]; then
|
|
echo $VERSIONINFO >> ivversion_def.h
|
|
echo $VERSIONINFO >> ivversion_def.h
|
|
echo "#endif" >> ivversion_def.h
|
|
echo "#endif" >> ivversion_def.h
|
|
else
|
|
else
|
|
- echo "file exit."
|
|
|
|
|
|
+ echo "file exist."
|
|
OLDVERSIONINFO=$(sed -n "3p" ivversion_def.h)
|
|
OLDVERSIONINFO=$(sed -n "3p" ivversion_def.h)
|
|
echo "old:"$OLDVERSIONINFO
|
|
echo "old:"$OLDVERSIONINFO
|
|
if [ ! "$OLDVERSIONINFO"x = "$VERSIONINFO"x ]; then
|
|
if [ ! "$OLDVERSIONINFO"x = "$VERSIONINFO"x ]; then
|