Skip to content

Commit

Permalink
chore: do not hardcore bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed May 16, 2024
1 parent 00963a8 commit bec54dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := help

PYTHONPATH=
SHELL=/bin/bash
SHELL=bash
VENV=.venv

ifeq ($(OS),Windows_NT)
Expand Down
2 changes: 1 addition & 1 deletion crates/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := help

SHELL=/bin/bash
SHELL=bash
BASE ?= main

.PHONY: fmt
Expand Down
2 changes: 1 addition & 1 deletion py-polars/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := help

PYTHONPATH=
SHELL=/bin/bash
SHELL=bash
VENV=../.venv

ifeq ($(OS),Windows_NT)
Expand Down

0 comments on commit bec54dd

Please sign in to comment.