termux-api-package/scripts
Oliver Schmidhauser 06d4a0bf2f Disable globbing in termux-notification.
Fixes https://github.com/termux/termux-api/issues/120

`termux-notification --content '*'` should mean the content of the
notifiation is `*` and not a list of files. The globbing, if desired,
should be done by the shell starting the process

```
echo * # does globbing
echo '*' does not do globbing

termux-notification --content * # Does globbing (but errors, since this
won't be valid syntax).
termux-notification --content '*' # Does globbing without this patch but
shouldn't

```
2018-02-12 11:30:40 +01:00
..
termux-audio-info Add termux-audio-info 2018-02-05 00:57:40 +01:00
termux-battery-status Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-camera-info Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-camera-photo Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-clipboard-get Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-clipboard-set Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-contact-list Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-dialog Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-download Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-infrared-frequencies Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-infrared-transmit Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-location Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-media-scan Add termux-audio-info 2018-02-05 00:57:40 +01:00
termux-notification Disable globbing in termux-notification. 2018-02-12 11:30:40 +01:00
termux-notification-remove Initial push 2017-04-09 18:19:29 +02:00
termux-share Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-sms-inbox Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-sms-send Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-storage-get Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-telephony-call Add termux-telephony-call 2017-04-09 19:31:27 +02:00
termux-telephony-cellinfo Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-telephony-deviceinfo Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-toast Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-tts-engines Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-tts-speak Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-vibrate Set path to termux-api executable 2017-04-09 19:00:34 +02:00
termux-wifi-connectioninfo Initial push 2017-04-09 18:19:29 +02:00
termux-wifi-scaninfo Initial push 2017-04-09 18:19:29 +02:00