mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: Avaid double sourcing of scripts_common.sh (#1256)
tm_common.sh already source scripts_common.sh, which causes '$SED' expands to 'sed -r -r'
This commit is contained in:
parent
651d841081
commit
b58996d67c
@ -38,7 +38,6 @@ fi
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
LIBFS=${DRIVER_PATH}/../../datastore/libfs.sh
|
||||
|
||||
. $LIB_LOCATION/sh/scripts_common.sh
|
||||
. $LIBFS
|
||||
. $TMCOMMON
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user