Skip to content

Commit

Permalink
Update git-repl: "nit: Change this to $*"
Browse files Browse the repository at this point in the history
Both ways seem to work, so I don't oppose the change.
  • Loading branch information
wyattscarpenter authored Sep 17, 2024
1 parent 0e5ccc9 commit 74f3645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-repl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74f3645

Please sign in to comment.