X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=blobdiff_plain;f=planetlab%2Fexp-tool%2FMakefile;fp=planetlab%2Fexp-tool%2FMakefile;h=9b36471ea6371ed4504c92a14b51eed4069bd7ee;hp=ef48321e87184db3d8d9536a96d81fc09fd73502;hb=f6af8723d0dd9f4118c7d4c650e8ecb427c5d723;hpb=77d14d9c7f9ce7245eff56aacd420646577892d0 diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index ef48321e8..9b36471ea 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -173,7 +173,7 @@ cache/status.%: FORCE cache/host.%: @echo "IP lookup for $(call display,$*)" - @host $(HOST_$*) | sed -n 's/^.*has address *//p' > $@ + @host $(HOST_$*) | sed -n '/^.*has address */{s///p;q}' > $@ cache/db.%: @echo "Starting db server on $(call display,$*) - logs in $(call log,$@)"