common.mk - explicitly specify sh as default shell

This commit is contained in:
Andrej
2025-06-02 14:24:53 +05:00
parent c51e36dbca
commit e1ec422bb1
+1
View File
@@ -1,3 +1,4 @@
SHELL := sh
IS_STABLE:=FALSE
PYTHON:=python3.11
PIP:=pip3.11