From 5e8059441b7ceae546c30180766d01635effb1af Mon Sep 17 00:00:00 2001 From: bernd Date: Wed, 28 Dec 2011 21:41:57 +0100 Subject: [PATCH] Script update-bridge-files.sh needs to be invoked with bash instead of sh now. --- simulat0r/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulat0r/Makefile b/simulat0r/Makefile index 5a1cf42..7710ce7 100644 --- a/simulat0r/Makefile +++ b/simulat0r/Makefile @@ -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