Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
fd014153
Unverified
Commit
fd014153
authored
6 years ago
by
William Woodruff
Browse files
Options
Downloads
Patches
Plain Diff
brew.sh: Upcase var, tweak error language
parent
68d3dc13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Library/Homebrew/brew.sh
+4
-4
4 additions, 4 deletions
Library/Homebrew/brew.sh
with
4 additions
and
4 deletions
Library/Homebrew/brew.sh
+
4
−
4
View file @
fd014153
...
...
@@ -114,8 +114,8 @@ else
:
"
${
HOMEBREW_OS_VERSION
:
=
$(
uname
-r
)
}
"
HOMEBREW_OS_USER_AGENT_VERSION
=
"
$HOMEBREW_OS_VERSION
"
cache_home
=
"
${
XDG_CACHE_HOME
:-${
HOME
}
/.cache
}
"
HOMEBREW_CACHE
=
"
${
HOMEBREW_CACHE
:-${
cache_home
}
/Homebrew
}
"
CACHE_HOME
=
"
${
XDG_CACHE_HOME
:-${
HOME
}
/.cache
}
"
HOMEBREW_CACHE
=
"
${
HOMEBREW_CACHE
:-${
CACHE_HOME
}
/Homebrew
}
"
HOMEBREW_TEMP
=
"
${
HOMEBREW_TEMP
:-
/tmp
}
"
fi
...
...
@@ -295,10 +295,10 @@ check-prefix-is-not-tmpdir() {
if
[[
"
${
HOMEBREW_PREFIX
}
"
=
"
${
HOMEBREW_TEMP
}
"
*
]]
then
odie
<<
EOS
Your HOMEBREW_PREFIX is in the
system
temporary directory, which Homebrew
Your HOMEBREW_PREFIX is in the
Homebrew
temporary directory, which Homebrew
uses to store downloads and builds. You can resolve this by installing Homebrew to
either the standard prefix (/usr/local) or to a non-standard prefix that is not
in the
system
temporary directory.
in the
Homebrew
temporary directory.
EOS
fi
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment