From 9403af2f91a0793b70e228cf694fa3edd6d77270 Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Tue, 29 Sep 2020 07:26:34 +0100 Subject: [PATCH] depend on util-linux getopt since busybox is deprecated in Termux --- scripts/termux-job-scheduler | 2 +- scripts/termux-notification | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,\