Minor change to array-string assignment.

This commit is contained in:
kdergachev 2026-06-03 00:12:12 +03:00
parent c1cf87f8d1
commit 0546411c62

View file

@ -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