Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-09-04 17:40:26 +03:00
parent 96293b0b20
commit 8658298936

View File

@ -118,6 +118,11 @@
.SECONDEXPANSION: .SECONDEXPANSION:
# XXX for some reason in some contexts bash complains somewhere after
# this point but otherwise works fine:
# - ssh localhost
# - termux on android
# while everything is OK on ubuntu and normal dev context...
SHELL := $(shell which bash) SHELL := $(shell which bash)
# set path to use local tools... # set path to use local tools...