Merge branch 'master' of github.com:hectic-lab/util.nix
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
# --color Pass -fdiagnostics-color=always to compiler.
|
||||
# help, --help Show this help message.
|
||||
|
||||
set -u
|
||||
|
||||
check_dependencies() {
|
||||
for dep in gcc pg_config; do
|
||||
if ! command -v "$dep" >/dev/null 2>&1; then
|
||||
@@ -105,4 +107,4 @@ case "$MODE" in
|
||||
print_help
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user