Fix execution of OS scripts

This commit is contained in:
Manuel Thalmann 2024-09-12 18:44:40 +02:00
parent 7a4453cd60
commit abaabc0fa6

View file

@ -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