Skip to content

Commit

Permalink
Makefile: Switched shell to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Sep 21, 2019
1 parent c24ce13 commit e40a673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -6,6 +6,7 @@ SUDO = sudo
PY_BIN = python3
QUAY_REPO=quay.io/riotkit/infracheck
PUSH=true
SHELL=/bin/bash

help:
@grep -E '^[a-zA-Z\-\_0-9\.@]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Expand Down

0 comments on commit e40a673

Please sign in to comment.