Skip to content

Commit 8cf06e0

Browse files
cjgucatherinejones
authored andcommitted
Support FreeBSD
1 parent 6bee362 commit 8cf06e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rubygem/bin/ejson2env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ platform = `uname -sm`
44
dir = case platform
55
when /^Darwin/ ; "darwin-amd64"
66
when /^Linux.*64/ ; "linux-amd64"
7+
when /^FreeBSD.*64/ ; "freebsd-amd64"
78
else
89
abort "Ejson is not supported on your platform."
910
end

0 commit comments

Comments
 (0)