Commit 3c797291 authored by Manuel Novoa III 's avatar Manuel Novoa III
Browse files

Use else.

parent 4a66db29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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