summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/wic2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic
index 293a216d71..d9bea228ad 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -40,7 +40,7 @@ from collections import namedtuple
40from distutils import spawn 40from distutils import spawn
41 41
42# External modules 42# External modules
43scripts_path = os.path.abspath(os.path.dirname(__file__)) 43scripts_path = os.path.dirname(os.path.realpath(__file__))
44lib_path = scripts_path + '/lib' 44lib_path = scripts_path + '/lib'
45sys.path.insert(0, lib_path) 45sys.path.insert(0, lib_path)
46import scriptpath 46import scriptpath