Use else.

This commit is contained in:
Manuel Novoa III 2003-11-24 15:55:50 +00:00
parent 4a66db29af
commit 3c79729137

View File

@ -12,10 +12,10 @@ echo "HELLO" > .sedtest
$SED -i -e "s/HELLO/GOODBYE/" .sedtest >/dev/null 2>&1
if [ $? != 0 ] ; then
rm -f .sedtest
echo build-sed-host-binary
else
echo use-sed-host-binary
fi;
rm -f .sedtest
echo use-sed-host-binary