chiark / gitweb /
termux-tools: Fix typo in termux-setup-storage
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 3 Jan 2017 22:21:43 +0000 (17:21 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 3 Jan 2017 22:21:43 +0000 (17:21 -0500)
packages/termux-tools/build.sh
packages/termux-tools/termux-setup-storage

index c132c480753cf4ffe1ac7eafd47f8bdd381cc6db..4753fed0c966957dade4819a4cae8bb88fc3195f 100644 (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 () {
index eec7f778ba2905539dfbea73e79555ba32c96e3e..f0a4274933fb6ab5e7e7442046efb173bd8e00c6 100755 (executable)
@@ -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 \