Small typo fix.
This commit is contained in:
parent
a5e3400f3a
commit
3cb432a02c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ clean_builddir() { #
|
||||||
else
|
else
|
||||||
# Clean the build directory
|
# Clean the build directory
|
||||||
echo -n "Cleaning $BUILDDIR ..."
|
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.
|
# Both should be empty, if not be sure to exit.
|
||||||
if [ -d $BUILDDIR/proc ] ; then
|
if [ -d $BUILDDIR/proc ] ; then
|
||||||
sudo rmdir $BUILDDIR/proc || exit 1
|
sudo rmdir $BUILDDIR/proc || exit 1
|
||||||
|
|
Reference in a new issue