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