Script update-bridge-files.sh needs to be invoked with bash instead of sh now.

This commit is contained in:
bernd 2011-12-28 21:41:57 +01:00
parent 89b5bc500c
commit 5e8059441b
1 changed files with 1 additions and 1 deletions

View File

@ -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