Script update-bridge-files.sh needs to be invoked with bash instead of sh now.
This commit is contained in:
parent
89b5bc500c
commit
5e8059441b
|
@ -4,7 +4,7 @@ all : tui gui
|
|||
|
||||
tui-core :
|
||||
$(MAKE) -C ../firmware/l0dable usetable.h
|
||||
cd ..; $(SHELL) simulat0r/bin/update-bridge-files.sh
|
||||
cd ..; bash simulat0r/bin/update-bridge-files.sh
|
||||
$(MAKE) -C firmware
|
||||
$(MAKE) -C simcore
|
||||
$(MAKE) -C tui
|
||||
|
|
Loading…
Reference in New Issue