termux-tools: use getopt from util-linux

This commit is contained in:
Leonid Pliushch 2020-03-30 15:18:06 +03:00
parent 6fb2bb2fbf
commit df1c86646f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ show_usage () {
exit 0 exit 0
} }
TEMP=`busybox getopt \ TEMP=`getopt \
-n $SCRIPTNAME \ -n $SCRIPTNAME \
-o h \ -o h \
--long send,view,chooser,content-type:,help\ --long send,view,chooser,content-type:,help\