summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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