pkg(mono-6.12.0): filename fixes

This commit is contained in:
Dan Vargas 2021-04-24 22:32:13 -05:00
parent 258539d593
commit 56d333f9ae
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,4 @@
#!/bin/bash
CODE=${1/cs/exe}
shift
mono $CODE "$@"
mono out "$@"