소스 검색
Fix shellchek error
master
KlzXS
4 년 전
No known key found for this signature in database
GPG 키 ID: 6F2A29F874A14243
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
plugins/dups
|
|
@@ -62,7 +62,7 @@ read -r force |
|
|
|
rmcmd="'rm -$force \"\$0\" \"\$@\" < /dev/tty'" |
|
|
|
|
|
|
|
# shellcheck disable=SC2016 |
|
|
|
sed -e $sedcmd "$tmpfile" | tr '\n' '\0' | xargs -0 sh -c "$rmcmd" |
|
|
|
sed -e "$sedcmd" "$tmpfile" | tr '\n' '\0' | xargs -0 sh -c "$rmcmd" |
|
|
|
|
|
|
|
rm "$tmpfile" |
|
|
|
|
|
|
|