Skip to content

Commit

Permalink
Use "curl -s" (silent) instead of "curl -#"
Browse files Browse the repository at this point in the history
  • Loading branch information
mpobrien authored and stennie committed Sep 27, 2023
1 parent 909d5ce commit 28434f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GET=
which wget >/dev/null 2>&1 && GET="wget -q -O-"

# curl support
which curl >/dev/null 2>&1 && GET="curl -# -L"
which curl >/dev/null 2>&1 && GET="curl -s -L"

# Ensure we have curl or wget

Expand Down

0 comments on commit 28434f6

Please sign in to comment.