wrappers: remove which

Accidentally added in c22acb3072, (99-pkglint: forbid /usr/etc, 2022-09-06)
This commit is contained in:
Đoàn Trần Công Danh 2022-09-06 22:55:29 +07:00
parent 9d8a6f6c25
commit de8f7f2e26
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/sh
ret=0
while test $# != 0; do
case "$1" in
-*) ;;
*) command -v "$1" || ret=1 ;;
esac
shift
done
exit "$ret"