From 0546411c621855a3ed2eeeb692e919004c3156dd Mon Sep 17 00:00:00 2001 From: kdergachev Date: Wed, 3 Jun 2026 00:12:12 +0300 Subject: [PATCH] Minor change to array-string assignment. --- bin/git-ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-ignore b/bin/git-ignore index ad92e35..3fb1896 100755 --- a/bin/git-ignore +++ b/bin/git-ignore @@ -126,7 +126,7 @@ _usage() { remove_patterns() { local args local tmpfile - args="${@:3}" + args="${*:3}" tmpfile="$(get_tmp_file)" local file="${2/#~/$HOME}" if [ -f "$file" ]; then