mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #1437: Get rid of extra dirname
This commit is contained in:
parent
665dd74e3b
commit
a3aca6f2e1
@ -47,7 +47,7 @@ source $(dirname $0)/tm_vmwarerc
|
||||
#-------------------------------------------------------------------------------
|
||||
SRC_PATH=`arg_path $SRC`
|
||||
SRC_PATH="../../${SRC_PATH##"$DS_DIR/"}"
|
||||
SRC_FOLDER=`basename $(dirname $SRC_PATH)`
|
||||
SRC_FOLDER=`basename $SRC_PATH`
|
||||
|
||||
DST_PATH=`arg_path $DST`
|
||||
DST_HOST=`arg_host $DST`
|
||||
|
Loading…
x
Reference in New Issue
Block a user