Skip to content

Commit

Permalink
Merge pull request #1370 from herrhotzenplotz/fix-freebsd-deps-install
Browse files Browse the repository at this point in the history
[scripts] Fix OS misdetection in install-deps.sh for FreeBSD
  • Loading branch information
christianparpart authored Dec 19, 2023
2 parents 2b3678c + 5483e25 commit f683571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ main()
Darwin)
install_deps_darwin
;;
freebsd)
FreeBSD)
install_deps_FreeBSD
;;
*)
Expand Down

0 comments on commit f683571

Please sign in to comment.