summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2021-03-08 21:59:17 -0500
committerJoshua Bakita <jbakita@cs.unc.edu>2021-03-08 21:59:17 -0500
commita8c5f757d249ddd5f2aecc10d76690dfeeb1a34a (patch)
treed6764ddc0b9b546edb99e972b1dcaff5654f0ebe
parent103b615bbee63502d8a6a3acb408ea1e1cf0bc20 (diff)
Case Study: Fix a typo in the runner script
-rwxr-xr-xrtas21-ae-case-study.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtas21-ae-case-study.sh b/rtas21-ae-case-study.sh
index b066b6e..f1b39c4 100755
--- a/rtas21-ae-case-study.sh
+++ b/rtas21-ae-case-study.sh
@@ -10,7 +10,7 @@ fi
10 10
11# Parameter validation 11# Parameter validation
12if [ $# -lt 1 ]; then 12if [ $# -lt 1 ]; then
13 taskset_root=ABmod_light_TACLe-SDVBS_5.5 13 taskset_root=ABmod_light_TACle-SDVBS_5.5
14 num_studies=10 14 num_studies=10
15 echo "Using default case-study task sets from '$taskset_root'." 15 echo "Using default case-study task sets from '$taskset_root'."
16 echo "To use another set, pass the path as the first param and the number of sets as the second." 16 echo "To use another set, pass the path as the first param and the number of sets as the second."