Skip to content

Commit

Permalink
fix hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 12, 2020
1 parent d7134a7 commit f14fc0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# with Cygwin binaries at the start of the PATH.

NAME=colorama
SHELL=/bin/bash

help: ## Display help for documented make targets.
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
Expand Down
2 changes: 1 addition & 1 deletion test-release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash

# Test the currently built release of Colorama from the dist/ dir.
# Run this before making a release.
Expand Down

0 comments on commit f14fc0b

Please sign in to comment.