aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-02-19 15:02:41 +0000
committerterminaldweller <thabogre@gmail.com>2021-02-19 15:02:41 +0000
commit3a287698080f4df624caa0b79a235c374dceeda0 (patch)
tree0423b879b99dac873fff3d30e06bbe16d525a328
parentMerge branch 'master' into cmake (diff)
downloadcgrep-3a287698080f4df624caa0b79a235c374dceeda0.tar.gz
cgrep-3a287698080f4df624caa0b79a235c374dceeda0.zip
changing default shell to sh
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 94fd556..57414b3 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
TARGET=cgrep
-SHELL=bash
-SHELL?=bash
+SHELL=sh
+SHELL?=sh
CC=clang
CC?=clang
ifdef OS