From 2723cba1f8b07f1eda50211e68080bbe48ab6428 Mon Sep 17 00:00:00 2001 From: caes Date: Thu, 4 Aug 2016 14:21:43 -0400 Subject: [PATCH] syntax error fixed --- scripts/analyze_lightcurves.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analyze_lightcurves.sh b/scripts/analyze_lightcurves.sh index 2ef3061..bfb391e 100755 --- a/scripts/analyze_lightcurves.sh +++ b/scripts/analyze_lightcurves.sh @@ -114,7 +114,7 @@ do echo -n "1000 50 400 mcmc_${echo_band}.dat" >> tmp.psdlagargs # Run psdlag with inputs - if [[ $1 == "thor" || $(hostname) == "thor.cs.wmich.edu"]] + if [[ $1 == "thor" || "$(hostname)" == "thor.cs.wmich.edu" ]] then echo_band_noUTF=$(echo $echo_band| #sed 's|𝛌||g'|