Skip to content

Commit

Permalink
Merge pull request #111 from landfillbaby/master
Browse files Browse the repository at this point in the history
depend on util-linux getopt
  • Loading branch information
Grimler91 committed Sep 29, 2020
2 parents 7ef1018 + 9403af2 commit 1519179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/termux-job-scheduler
Original file line number Diff line number Diff line change
Expand Up @@ -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:,\
Expand Down
2 changes: 1 addition & 1 deletion scripts/termux-notification
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand Down

0 comments on commit 1519179

Please sign in to comment.