Merge pull request #159 from vfrazao-ns1/v3-fix-rust-run-file

pkg(rust-1.50.0): Fix run file to remove filename from being passed to binary
This commit is contained in:
Thomas 2021-03-18 13:10:02 +13:00 committed by GitHub
commit 88925c0b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
shift
./binary "$@"