Correct arithmetic expression in makeHornInF.sh.
This commit is contained in:
parent
3fae31f75f
commit
db5e5dfe4c
|
@ -10,7 +10,7 @@ fi
|
|||
# Transpose down (return 0) if top note was > e (> a for horn).
|
||||
transposedown()
|
||||
{
|
||||
return $(($2 <= 109))
|
||||
return (($2 <= 109))
|
||||
}
|
||||
|
||||
dir=`pwd`
|
||||
|
|
Loading…
Reference in New Issue