Skip to content

Commit

Permalink
mkrelease: forcibly remove build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed May 10, 2017
1 parent 32b3ec8 commit 3cc019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function install_tools {
cd cabal-dependency-licenses
cabal install
mkdir -p $CABAL_DEPS_TOOL_DIR
cd $HERE && rm -r $BUILD
cd $HERE && rm -rf $BUILD
fi
}

Expand Down

0 comments on commit 3cc019a

Please sign in to comment.