Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@ run_command() {
case $1 in
install)
check_tools curl
if [ ! -f "$ROOT/install.sh" ]; then
install_dlang_installer
fi
install_dlang_installer || log "Updating the installer failed."
if [ -z "${2:-}" ]; then
fatal "Missing compiler argument for $1 command.";
fi
Expand Down