summaryrefslogtreecommitdiffstats
path: root/utils/fatresize/test-version.sh
blob: 7f3ba2eb5d6bbac0df1d176cd3629a3d286526d7 (plain)
1
2
3
4
5
#!/bin/sh
case "$1" in
fatresize) exit 0 ;;
*) echo "Untested package: $1" >&2; exit 1 ;;
esac