repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* fix hyprutils to find pixman includes
[t2sde.git]
/
scripts
/
compat.in
blob
53a790b5f131ee3404930752f20726e70d9a953d
1
2
case $(uname -s) in
3
OpenBSD)
4
sed() {
5
gsed "$@"
6
}
7
8
printf() {
9
gprintf "$@"
10
}
11
;;
12
esac