Skip to content

Commit fdfbfcf

Browse files
committed
[fix] : Fixed SC2145
1 parent d58272c commit fdfbfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

channels/share/airootfs.any/root/optimize_for_tarball.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ function remove () {
1919
}
2020

2121
function remove_user_file(){
22-
remove "/etc/skel/${@}"
23-
remove "/home/${user}/${@}"
22+
remove "/etc/skel/${*}"
23+
remove "/home/${user}/${*}"
2424
}
2525

2626
while getopts 'u:' arg; do

0 commit comments

Comments
 (0)