From c6610671fa6d3e7ac2ec67d9b64abd01899cb250 Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Sat, 13 Mar 2021 20:44:35 +1300 Subject: [PATCH] pkg(bash-5.1.0): actually run the binary --- packages/bash/5.1.0/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bash/5.1.0/run b/packages/bash/5.1.0/run index f12491a..be4ec50 100644 --- a/packages/bash/5.1.0/run +++ b/packages/bash/5.1.0/run @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Put instructions to run the runtime -bash-5.1.0 $* +bash $*