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:
commit
88925c0b2e
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
shift
|
||||
./binary "$@"
|
||||
|
|
Loading…
Reference in New Issue