pkg(rust-1.50.0): Fix run file to remove filename from being passed to binary
This commit is contained in:
parent
b6b573f4c4
commit
992a5f52fc
|
@ -1,3 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
shift
|
||||||
./binary "$@"
|
./binary "$@"
|
||||||
|
|
Loading…
Reference in New Issue