mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
mrgw.sh: fix script
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
21200e8dbc
commit
9fbdd2b983
@ -6,8 +6,8 @@ script_root=`dirname $0`
|
||||
script_root=`(cd $script_root;pwd)`
|
||||
if [ -e CMakeCache.txt ]; then
|
||||
script_root=$PWD
|
||||
elif [ -e $root_path/../build/CMakeCache.txt ]; then
|
||||
cd $root_path/../build
|
||||
elif [ -e $script_root/../build/CMakeCache.txt ]; then
|
||||
cd $script_root/../build
|
||||
script_root=$PWD
|
||||
fi
|
||||
vstart_path=`dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user