UMM-CSci-Systems / Command-line-introduction

An introduction to Unix command line tools
MIT License
0 stars 14 forks source link

Fix warnings from `shellcheck` #7

Closed NicMcPhee closed 5 years ago

NicMcPhee commented 5 years ago

This fixes all the warnings from shellcheck on the two bats test files. All the changes were quoting issues except for two instances of using $(...) instead of backticks.