Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-24 20:03:43 -04:00
parent e50b738c5f
commit 934cfe12ba
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -85,7 +85,7 @@ run(){
if [[ "$f" == "" ]]; then
main "$args"
else
"$args"
$args
fi
}