* fix hyprutils to find pixman includes
[t2sde.git] / scripts / compat.in
blob53a790b5f131ee3404930752f20726e70d9a953d
2 case $(uname -s) in
3 OpenBSD)
4     sed() {
5         gsed "$@"
6     }
8     printf() {
9         gprintf "$@"
10     }
11     ;;
12 esac