diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index 9781131e..7ae4acf2 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -40,7 +40,6 @@ function runSetup function wrapScript -S printf %s\n \ "cd $PROJECT_CLONE_ROOT" \ - "export CONFIG_NAME=$(string escape (getCloneFile "$CONFIG_NAME"))" \ "$argv" end