fix the auto-update script

This commit is contained in:
Yann Esposito (Yogsototh) 2014-04-18 20:21:33 +02:00
parent ec15dd5e34
commit d9d3297c23

View file

@ -19,7 +19,7 @@ relaunchCompilation() {
} }
print "${BLUE}$line${RESET}" print "${BLUE}$line${RESET}"
{ cabal install && \ { cabal install && \
./.cabal-sandbox/bin/test-holy-project } & ./.cabal-sandbox/bin/test-{{projectName}} } &
latestThread=$! latestThread=$!
fi fi
done done