1
0
mirror of synced 2026-01-13 15:37:38 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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