diff --git a/misc/scripts_app/SConstruct b/misc/scripts_app/SConstruct index 4abba6bf0..f03c3aaca 100644 --- a/misc/scripts_app/SConstruct +++ b/misc/scripts_app/SConstruct @@ -32,6 +32,9 @@ import traceback import module_config +# If you want to use this script directly from a project directory remove this line: +os.chdir(os.path.abspath(os.getcwd() + "/../../../")) + repository_index = 0 module_clone_path = '/modules/' clone_command = 'git clone {0} {1}'