Oops. Don't give makeWebGraphics.sh a second parameter.
This commit is contained in:
parent
1f390c54d2
commit
907199f610
|
@ -48,7 +48,7 @@ makeATransposedBooke()
|
|||
makeBookePrint "$1"
|
||||
|
||||
# Web output. Uses audio from main booke.
|
||||
./makeWebGraphics.sh "$1" "$3"
|
||||
./makeWebGraphics.sh "$1"
|
||||
./makeWeb.sh "$1" "$2" "$3"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue