clean.sh: fix typo

This commit is contained in:
Leonid Pliushch 2019-07-04 14:14:04 +03:00
parent 80d202bd65
commit 33b93ef30d
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ set -e -u
test -f $HOME/.termuxrc && . $HOME/.termuxrc
: ${TERMUX_TOPDIR:="$HOME/.termux-build"}
chmod +w $TERMUX_TOPDIR
chmod +w -R $TERMUX_TOPDIR
rm -Rf /data/* $TERMUX_TOPDIR