From 3b447e8036bf33b51581562a629515952eaa652c Mon Sep 17 00:00:00 2001 From: Oliver Schmidhauser Date: Mon, 10 Apr 2017 08:31:38 +0200 Subject: [PATCH] Fix initialisation of variable. Fixes https://github.com/termux/termux-api/issues/83 --- scripts/termux-notification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/termux-notification b/scripts/termux-notification index e25032b..17940ac 100755 --- a/scripts/termux-notification +++ b/scripts/termux-notification @@ -30,7 +30,7 @@ OPT_ID="" OPT_LED_COLOR="" OPT_LED_OFF="" OPT_LED_ON="" -OPT_ON_DELETE="" +OPT_ON_DELETE_ACTION="" OPT_PRIORITY="" OPT_SOUND="" OPT_TITLE=""