Skip to content

Commit

Permalink
nightly.sh: don't remove QTJava.jar when cleaning
Browse files Browse the repository at this point in the history
it's annoying to have to put it back all the time
  • Loading branch information
SethTisue committed Apr 10, 2015
1 parent 1ece22d commit cebc220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightly.sh
Expand Up @@ -6,7 +6,7 @@
if [ "$1" == --clean ] ; then
git clean -fdX
git submodule update --init
git submodule foreach git clean -fdX
git submodule foreach git clean -fdx -e QTJava.jar
fi

./sbt all
Expand Down

0 comments on commit cebc220

Please sign in to comment.