summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-28 14:38:33 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-28 14:38:33 -0500
commit877c686eb0aa773de7d1914464a96a5f1981ecaa (patch)
tree995e3f43d28f4838b373c27360b82cd88087ea5a
parent7cf07296a23e71bbb4277c4f6c6b1da00cd6bf4c (diff)
downloadaura-central-877c686eb0aa773de7d1914464a96a5f1981ecaa.tar.gz
[Mach:Bash] Call real-mach with ./
-rwxr-xr-xmach2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach b/mach
index 3209c0d26..5118d794d 100755
--- a/mach
+++ b/mach
@@ -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