fix usage
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 21:23:03 +02:00
parent 378e2e8d2e
commit 7f5487fc8d

View File

@ -22,7 +22,7 @@ trash_list() {
}
trash_put() {
echo "${FUNCNAME[0]}"
echo "$FUNCNAME"
usage "$#" "${FUNCNAME[0]}"
for FILE in $@; do