diff options
-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 |