Commit Graph

4 Commits

Author SHA1 Message Date
T. Joseph Carter
d4ad78dd70 Revert "Cosmetic renaming"
This reverts commit 2e24801fe3.
2016-09-24 06:31:04 -07:00
T. Joseph Carter
2e24801fe3 Cosmetic renaming
Renamed function dependencies_check to check_deps.

Also renamed files in scripts/ to have a .sh suffix which are bash shell
snippits:

   dependencies_check -> check_deps.sh
   common -> common.sh

Note check_deps.sh already existed in the tree but was an empty file
probably intended for the function now contained within.

Also added a comment at the top of the .sh files which are sourced so
that syntax-highlighting editors which distinguish between different
/bin/sh syntaxes have a clue to use the bash variant.
2016-09-16 01:29:17 -07:00
Serge Schneider
a07b9c5c4e dependencies_check: add missing bracket (closes issue #17). 2016-09-15 13:16:13 +10:00
Joseph Carter
0245cbb958 Dependency checks + important bugfix (#16) 2016-09-14 20:07:52 +10:00