wops typo fix
This commit is contained in:
parent
8197a7e69a
commit
f423218722
@ -586,7 +586,7 @@ doCompile() {
|
|||||||
if [ -f revision.log ]; then
|
if [ -f revision.log ]; then
|
||||||
REVISION="`head -1 revision.log`"
|
REVISION="`head -1 revision.log`"
|
||||||
REVISION=$((REVISION+1))
|
REVISION=$((REVISION+1))
|
||||||
else
|
fi
|
||||||
echo $REVISION > revision.log
|
echo $REVISION > revision.log
|
||||||
|
|
||||||
doStripSig
|
doStripSig
|
||||||
|
Loading…
Reference in New Issue
Block a user