3 if [ -x /usr
/bin
/sed ]; then
6 if [ -x /bin
/sed ]; then
11 echo "HELLO" > .sedtest
12 $SED -i -e "s/HELLO/GOODBYE/" .sedtest
>/dev
/null
2>&1
15 echo build-sed-host-binary
17 echo use-sed-host-binary
This page took 0.045317 seconds and 5 git commands to generate.