termux-tools: Fix typo in termux-setup-storage

This commit is contained in:
Fredrik Fornwall 2017-01-03 17:21:43 -05:00
parent e957f074d3
commit 5ef5713d2d
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_VERSION=0.32
TERMUX_PKG_VERSION=0.33
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {

View File

@ -1,10 +1,10 @@
#!/data/data/com.termux/files/usr/bin/sh
if [ "$#" != "0" ]; then
echo 'usage: termux-setup-storage'
echo 'Use without arguments to ensure storage permission granted'
echo 'and symlinks to storage available in $HOME/.storage'
exit
echo 'usage: termux-setup-storage'
echo 'Use without arguments to ensure storage permission granted'
echo 'and symlinks to storage available in $HOME/storage'
exit
fi
am broadcast --user 0 \