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
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user