diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-28 14:38:33 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-28 14:38:33 -0500 |
commit | 877c686eb0aa773de7d1914464a96a5f1981ecaa (patch) | |
tree | 995e3f43d28f4838b373c27360b82cd88087ea5a | |
parent | 7cf07296a23e71bbb4277c4f6c6b1da00cd6bf4c (diff) | |
download | aura-central-877c686eb0aa773de7d1914464a96a5f1981ecaa.tar.gz |
[Mach:Bash] Call real-mach with ./
-rwxr-xr-x | mach | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ elif [[ "$1" == "amend-author" ]]; then else # We don't know what the command is but real-mach might so just pass # all the args to it - $BINOC_MACH $@ + ./$BINOC_MACH $@ fi # =====================================================================================================================
\ No newline at end of file |