Skip to content
Snippets Groups Projects
Unverified Commit abfca7fa authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Simplify mkdir

parent c261fd73
No related branches found
No related tags found
No related merge requests found
......@@ -1213,9 +1213,7 @@ install_cabal() {
status_message "Installing cabal-install-${mycabalver} into \"${inst_location}\""
[ -e "${inst_location}" ] || {
# TODO: this is a bit shaky because we don't use -p
edo mkdir "${INSTALL_BASE}"
edo mkdir "${BIN_LOCATION}"
edo mkdir "${inst_location}"
}
tmp_dir=$(mktemp -d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment