set SHELL=/bin/bash, the only shell we have tested
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Fri, 23 Nov 2012 12:58:53 +0000 (13:58 +0100)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Fri, 23 Nov 2012 12:58:53 +0000 (13:58 +0100)
planetlab/exp-tool/Makefile

index 32263d4..2ec1bc1 100644 (file)
@@ -3,6 +3,9 @@
 # HOST_<id> and IP_<id> for all nodes involved, as well as 
 # LINKS as a list of <node_id>-<node_id> elements
 
+# should work with any shell, but we have only tested bash
+SHELL=/bin/bash
+
 # run make CONF=anotherconfig.mk if you need several configs
 
 CONF ?= conf.mk