Browse Source

Use dash as interpreter

master
Raphael Roberts 6 years ago
parent
commit
ca6f06bd50
  1. 1
      ctabus/internal/echo_if_exists.sh
  2. 2
      ctabus/internal/notification.py

1
ctabus/internal/echo_if_exists.sh

@ -1,4 +1,3 @@
#!/system/xbin/ash
if [ -e $2 ]; then
echo -n $1 > $2
fi

2
ctabus/internal/notification.py

@ -83,7 +83,7 @@ class NotificationManager:
"--priority",
"high",
"--on-delete",
"{} {} {}".format(
"dash {} {} {}".format(
*map(
shlex.quote,
(

Loading…
Cancel
Save