-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shell functions to check for installed tools
The new shell function `check_for_installed_tools` can be used to check for installed tools. the function takes a list of required executables for argument. Shell process is aborted if any of the tools is missing. All tools missing in the list are reported. Similar the the shell function `check_for_installed_files` checks for installed files, here used to make sure header files are installed.
- Loading branch information
Showing
2 changed files
with
45 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters