Small typo fix.

This commit is contained in:
Manuel Canales Esparcia 2007-02-18 12:39:27 +00:00
parent a5e3400f3a
commit 3cb432a02c

View file

@ -59,7 +59,7 @@ clean_builddir() { #
else
# Clean the build directory
echo -n "Cleaning $BUILDDIR ..."
# First delete proc and sys directories, if exit.
# First delete proc and sys directories, if exist.
# Both should be empty, if not be sure to exit.
if [ -d $BUILDDIR/proc ] ; then
sudo rmdir $BUILDDIR/proc || exit 1