repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add missing stuff from tg@
[openadk.git]
/
scripts
/
sed
blob
36cfdbfa7a4b595c30ff7203f7f21313ccf30d71
1
#!/usr/bin/env bash
2
# This file is part of the OpenADK project. OpenADK is copyrighted
3
# material, please see the LICENCE file in the top-level directory.
4
5
if
[
-z
"$(which gsed 2>/dev/null)"
];
then
6
/
bin
/
sed
"$@"
7
else
8
gsed
"$@"
9
fi