Skip to content

Commit

Permalink
fixed package-all.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 12, 2019
1 parent 4fcf6ad commit d054564
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/package/package-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ function get_platform() {
_platform="windows";
elif [[ $_platform == "mingw"* ]]; then
_platform="windows";
elif [[ $_platform == "linux" ]]; then
# Nothing to do
true;
else
echoerr "ERROR: $_platform is not a valid platform";
exit 1;
Expand Down

0 comments on commit d054564

Please sign in to comment.