Przeglądaj źródła

Fix shellchek error

master
KlzXS 4 lat temu
rodzic
commit
e8803b8b64
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 6F2A29F874A14243
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      plugins/dups

+ 1
- 1
plugins/dups Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz