Skip to content

Commit

Permalink
Consolidate cases
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 28, 2023
1 parent 4929c46 commit e62889d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#!/bin/sh -ex

case $(uname) in
Darwin)
sudo=sudo
zip=zip
zeekpath=/usr/local/zeek
;;
Linux)
Darwin|Linux)
sudo=sudo
zip=zip
zeekpath=/usr/local/zeek
Expand Down

0 comments on commit e62889d

Please sign in to comment.