mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
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 changed files with 1 additions and 0 deletions
1
packages/rust/1.50.0/run
vendored
1
packages/rust/1.50.0/run
vendored
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
shift
|
||||
./binary "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue