Skip to content

Commit f683571

Browse files
Merge pull request #1370 from herrhotzenplotz/fix-freebsd-deps-install
[scripts] Fix OS misdetection in install-deps.sh for FreeBSD
2 parents 2b3678c + 5483e25 commit f683571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ main()
556556
Darwin)
557557
install_deps_darwin
558558
;;
559-
freebsd)
559+
FreeBSD)
560560
install_deps_FreeBSD
561561
;;
562562
*)

0 commit comments

Comments
 (0)