We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935196b commit f1f255aCopy full SHA for f1f255a
scripts/install.sh
@@ -304,14 +304,14 @@ if [ -f "${existing_install_path:-}" ]; then
304
305
case "$("$existing_install_path" --version 2>/dev/null | cut -d. -f1)" in
306
*0)
307
- if [ "$existing_package_manager" = "homebrew" ]; then
+ if [ "${existing_package_manager:-}" = "homebrew" ]; then
308
print_brew_0_x_removal_instructions
309
else
310
print_basic_0_x_removal_instructions
311
fi
312
;;
313
*1)
314
315
print_brew_1_x_removal_instructions
316
317
print_basic_1_x_removal_instructions
0 commit comments