We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3cf42 commit 260bf14Copy full SHA for 260bf14
Makefile
@@ -61,13 +61,13 @@ bash: brew
61
ifdef GITHUB_ACTION
62
if ! grep -q bash $(SHELLS); then \
63
brew install bash bash-completion@2 pcre && \
64
- sudo append $(shell which bash) $(SHELLS) && \
+ echo $(shell which bash) | sudo tee -a $(SHELLS) && \
65
sudo chsh -s $(shell which bash); \
66
fi
67
else
68
69
70
71
chsh -s $(shell which bash); \
72
73
endif
0 commit comments