Skip to content

Commit 1519179

Browse files
authored
Merge pull request #111 from landfillbaby/master
depend on util-linux getopt
2 parents 7ef1018 + 9403af2 commit 1519179

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/termux-job-scheduler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OPT_PERSISTED=""
3939
OPT_TRIGGER_CONTENT_URI=""
4040
OPT_TRIGGER_CONTENT_FLAG=""
4141

42-
TEMP=`busybox getopt \
42+
TEMP=`getopt \
4343
-n $SCRIPTNAME \
4444
-o hs:p \
4545
--long script:,\

scripts/termux-notification

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ OPT_TITLE=""
9898
OPT_TYPE=""
9999
OPT_VIBRATE=""
100100

101-
TEMP=`busybox getopt \
101+
TEMP=`getopt \
102102
-n $SCRIPTNAME \
103103
-o hc:i:t: \
104104
--long action:,alert-once,\

0 commit comments

Comments
 (0)