Fix termux-dialog command

This commit is contained in:
Fredrik Fornwall 2015-06-30 15:35:44 -04:00
parent e11917a35a
commit c409b567ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://termux.com/add-ons/api/
TERMUX_PKG_DESCRIPTION="Termux API commands"
TERMUX_PKG_VERSION=0.4.48
TERMUX_PKG_VERSION=0.4.49
termux_step_make_install () {
mkdir -p $TERMUX_PREFIX/bin

View File

@ -25,4 +25,4 @@ done
# Too many arguments:
if [ $# != 0 ]; then show_usage; exit 1; fi
eval termux-api DialogReceiver $PARAMS
eval termux-api Dialog $PARAMS