netkit-core
netkit-core copied to clipboard
Fix on error due to directory path with spaces
Starting a lab within a directory name with spaces raised an error instead of the expected warning. This because of the lcommon script launched before the "spaces check". Bring the call of the script after the check fix the issue.