Browse Source

clean.sh: fix typo

android-5
Leonid Plyushch 6 years ago
parent
commit
4184593650
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      clean.sh

2
clean.sh

@ -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

Loading…
Cancel
Save