From f262c98f53b4c4d162499b0a66e9db4db60e0383 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 12 Jun 2022 08:35:54 -0700 Subject: [PATCH] Fixes test in run-medley for inferred medley directory (#793) --- run-medley | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-medley b/run-medley index 9affe89a..f4eec0b1 100755 --- a/run-medley +++ b/run-medley @@ -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