mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-16 03:42:44 +03:00
Fix source of cloud-specific mdev functions
We need to source it with '.' fixes commit c335944911d6 (Add kyua testsuite and make code more portable)
This commit is contained in:
parent
c055e974f0
commit
e9b4350617
@ -35,5 +35,5 @@ mod__vnic_eth_hotplug() {
|
|||||||
# load cloud-specific functions
|
# load cloud-specific functions
|
||||||
: "${LIBDIR:=$PREFIX/lib}"
|
: "${LIBDIR:=$PREFIX/lib}"
|
||||||
if [ -f "$LIBDIR"/tiny-cloud/"$CLOUD"/mdev ]; then
|
if [ -f "$LIBDIR"/tiny-cloud/"$CLOUD"/mdev ]; then
|
||||||
"$LIBDIR"/tiny-cloud/"$CLOUD"/mdev
|
. "$LIBDIR"/tiny-cloud/"$CLOUD"/mdev
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user