diff --git a/scripts/termux-job-scheduler b/scripts/termux-job-scheduler index 87e884d..ac59d9e 100755 --- a/scripts/termux-job-scheduler +++ b/scripts/termux-job-scheduler @@ -39,7 +39,7 @@ OPT_PERSISTED="" OPT_TRIGGER_CONTENT_URI="" OPT_TRIGGER_CONTENT_FLAG="" -TEMP=`busybox getopt \ +TEMP=`getopt \ -n $SCRIPTNAME \ -o hs:p \ --long script:,\ diff --git a/scripts/termux-notification b/scripts/termux-notification index bf7ee89..b361ec0 100755 --- a/scripts/termux-notification +++ b/scripts/termux-notification @@ -98,7 +98,7 @@ OPT_TITLE="" OPT_TYPE="" OPT_VIBRATE="" -TEMP=`busybox getopt \ +TEMP=`getopt \ -n $SCRIPTNAME \ -o hc:i:t: \ --long action:,alert-once,\