From 9670e5d051f1f0aff5717446a9427ba2c41520d6 Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 16 Mar 2012 13:26:10 +0000 Subject: [PATCH] distribute-experiment.sh shows a message now when using the local bochs binary. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@999 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- scripts/distribute-experiment.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/distribute-experiment.sh b/scripts/distribute-experiment.sh index d5ccaef7..e82f918f 100755 --- a/scripts/distribute-experiment.sh +++ b/scripts/distribute-experiment.sh @@ -27,8 +27,10 @@ if [ -n "$1" ]; then cd "$1"; fi [ ! -e multiple-clients.sh ] && cp -v $SCRIPTDIR/multiple-clients.sh . # add bochs binary if it doesn't exist -if [ ! -e bochs ] +if [ -e bochs ] then + echo 'Info: Using local "bochs" binary.' >&2 +else cp -v $(which bochs) . strip bochs fi