Skip to content

Commit

Permalink
Exclude freebsd build from UPX compression
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Feb 9, 2018
1 parent 30b83d9 commit 8c999b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interfacer/contrib/upx_compress_binary.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -ex
shopt -s extglob

pushd dist
upx */*
upx !(freebsd_amd64)/*
popd

0 comments on commit 8c999b5

Please sign in to comment.