From 74f364571006bc245f749433d2e7ac1a28e4eddd Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Tue, 17 Sep 2024 03:13:51 -0700 Subject: [PATCH] Update git-repl: "nit: Change this to $*" Both ways seem to work, so I don't oppose the change. --- bin/git-repl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-repl b/bin/git-repl index c9b634db..e9facba2 100755 --- a/bin/git-repl +++ b/bin/git-repl @@ -17,7 +17,7 @@ while true; do # Use arguments as a command if any are provided if [ $# -ne 0 ]; then - cmd="$@" + cmd=$* set -- else # Readline