diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2021-03-08 21:59:17 -0500 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2021-03-08 21:59:17 -0500 |
| commit | a8c5f757d249ddd5f2aecc10d76690dfeeb1a34a (patch) | |
| tree | d6764ddc0b9b546edb99e972b1dcaff5654f0ebe | |
| parent | 103b615bbee63502d8a6a3acb408ea1e1cf0bc20 (diff) | |
Case Study: Fix a typo in the runner script
| -rwxr-xr-x | rtas21-ae-case-study.sh | 2 |
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 |
| 12 | if [ $# -lt 1 ]; then | 12 | if [ $# -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." |
