diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index c4d53564..eb4d2666 100644 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -32,6 +32,7 @@ begin and begin set -l script (string escape (getCloneFile (getInstallerScript))) printf %s\n \ + "cd $PROJECT_CLONE_ROOT" \ "export CONFIG_MODULE=$(string escape (getCloneFile "$CONFIG_MODULE"))" \ "export INSTALLER_SCRIPT=$script" \ "$script"