1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 18:46:38 +00:00

clean.sh: fix typo

This commit is contained in:
Leonid Pliushch 2019-07-04 14:14:04 +03:00
parent 80d202bd65
commit 33b93ef30d

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