Remove stray else.

Reported by:	Tai-hwa Liang <avatar at mmlab dot cse dot yzu dot edu dot tw>
Point hat:	brooks
This commit is contained in:
Brooks Davis 2005-03-02 16:41:35 +00:00
parent f09a3cc462
commit 1cd0f19904
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143045

View File

@ -93,7 +93,6 @@ case "${populate_var}" in
else
_populate_var
fi
else
fi
;;
esac