summaryrefslogtreecommitdiff
path: root/mill
diff options
context:
space:
mode:
Diffstat (limited to 'mill')
-rwxr-xr-xmill1
1 files changed, 0 insertions, 1 deletions
diff --git a/mill b/mill
index 74f1d62f..abd5a6bf 100755
--- a/mill
+++ b/mill
@@ -20,7 +20,6 @@ if [ ! -x "$MILL_EXEC_PATH" ] ; then
MILL_DOWNLOAD_URL="https://github.com/lihaoyi/mill/releases/download/${MILL_VERSION%%-*}/$MILL_VERSION"
curl --fail -L -o "$DOWNLOAD_FILE" "$MILL_DOWNLOAD_URL"
chmod +x "$DOWNLOAD_FILE"
- mkdir -p "$MILL_DOWNLOAD_PATH"
mv "$DOWNLOAD_FILE" "$MILL_EXEC_PATH"
unset DOWNLOAD_FILE
unset MILL_DOWNLOAD_URL