pkg(ruby-2.5.1): Fix runner args ref

This commit is contained in:
Dan Vargas 2021-03-15 12:57:46 -05:00 committed by Thomas
parent 9b305c7995
commit 567809ed42
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
ruby $* ruby "$@"