diff options
-rwxr-xr-x | scripts/wic | 2 |
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 | |||
40 | from distutils import spawn | 40 | from distutils import spawn |
41 | 41 | ||
42 | # External modules | 42 | # External modules |
43 | scripts_path = os.path.abspath(os.path.dirname(__file__)) | 43 | scripts_path = os.path.dirname(os.path.realpath(__file__)) |
44 | lib_path = scripts_path + '/lib' | 44 | lib_path = scripts_path + '/lib' |
45 | sys.path.insert(0, lib_path) | 45 | sys.path.insert(0, lib_path) |
46 | import scriptpath | 46 | import scriptpath |