1
0
mirror of synced 2026-03-09 04:30:27 +00:00

Fixes test in run-medley for inferred medley directory (#793)

This commit is contained in:
Nick Briggs
2022-06-12 08:35:54 -07:00
committed by GitHub
parent 9c8d9df1ac
commit f262c98f53

View File

@@ -27,7 +27,7 @@ fi
if [ ! -d "$MEDLEYDIR/loadups" ] ; then
echo "MEDLEYDIR has no loadups: $MEDLEYDIR"
if [ inferred_medleydir = true ] ; then
if [ $inferred_medleydir = true ] ; then
echo "I tried to infer it based on your working directory, but that didn't work."
echo "Try cd there or setting the MEDLEYDIR environment variable to its location."
fi