1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-11 22:26:26 +02:00

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

View file

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