We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadda39 commit 15866aaCopy full SHA for 15866aa
Meta/shell_include.sh
@@ -37,7 +37,7 @@ find_executable() {
37
paths=("/usr/sbin" "/sbin")
38
39
if [ "$(uname -s)" = "Darwin" ]; then
40
- if [ -n "${HOMEBREW_PREFIX}" ]; then
+ if [ -n "${HOMEBREW_PREFIX:-}" ]; then
41
paths+=("${HOMEBREW_PREFIX}/opt/e2fsprogs/bin" "${HOMEBREW_PREFIX}/opt/e2fsprogs/sbin")
42
elif command -v brew > /dev/null 2>&1; then
43
if prefix=$(brew --prefix e2fsprogs 2>/dev/null); then
0 commit comments