de15ac2f1988069f2537fa370c4edd3368c10a74
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
17 echo build-sed-host-binary
19 echo use-sed-host-binary
This page took 0.038205 seconds and 3 git commands to generate.