Fix common folder paths for common split change

Change-Id: I9d3f1ce71d7995c88005b81f7f9dc9db892e9de7
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Heikki Halmet
2018-01-12 14:06:32 +02:00
committed by Liang Qi
parent da80efa880
commit 6e4f2f8433
9 changed files with 5 additions and 5 deletions

View File

@@ -33,4 +33,4 @@
##
#############################################################################
source "${BASH_SOURCE%/*}/../common/open62541.sh"
source "${BASH_SOURCE%/*}/../common/linux/open62541.sh"

View File

@@ -33,4 +33,4 @@
##
#############################################################################
source "${BASH_SOURCE%/*}/../common/open62541.sh"
source "${BASH_SOURCE%/*}/../common/linux/open62541.sh"

View File

@@ -33,4 +33,4 @@
##
#############################################################################
source "${BASH_SOURCE%/*}/../common/open62541.sh"
source "${BASH_SOURCE%/*}/../common/linux/open62541.sh"

View File

@@ -0,0 +1 @@
. "$PSScriptRoot\..\common\windows\win10-enable-devmode.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\win10-enable-devmode.ps1"

View File

@@ -0,0 +1 @@
. "$PSScriptRoot\..\common\windows\win10-enable-devmode.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\win10-enable-devmode.ps1"