diff options
Diffstat (limited to 'src/VBox/HostDrivers/darwin/loadall.sh')
-rwxr-xr-x | src/VBox/HostDrivers/darwin/loadall.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/VBox/HostDrivers/darwin/loadall.sh b/src/VBox/HostDrivers/darwin/loadall.sh index 058b85e9..cc81e8c2 100755 --- a/src/VBox/HostDrivers/darwin/loadall.sh +++ b/src/VBox/HostDrivers/darwin/loadall.sh @@ -23,8 +23,8 @@ if [ ! -d "${MY_DIR}" ]; then fi set -e -${MY_DIR}/load.sh "$*" -${MY_DIR}/loadusb.sh "$*" -${MY_DIR}/loadnetflt.sh "$*" -${MY_DIR}/loadnetadp.sh "$*" +"${MY_DIR}/load.sh" "$*" +"${MY_DIR}/loadusb.sh" "$*" +"${MY_DIR}/loadnetflt.sh" "$*" +"${MY_DIR}/loadnetadp.sh" "$*" |