Fix up syntax error in makeHornInF.sh.

This commit is contained in:
Jim Hague 2013-08-13 01:06:24 +01:00
parent 5dcb49f712
commit 2509e70c1c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
# Transpose down (return 0) if top note was > e (> a for horn).
transposedown()
{
return (($2 <= 109))
(($2 <= 109))
}
dir=`pwd`