summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbinAlbyl <33070061+AlbinAlbyl@users.noreply.github.com>2019-04-17 13:05:42 +0000
committerGitHub <noreply@github.com>2019-04-17 13:05:42 +0000
commitca20964b10139ce35ef52674d97fb918ce2a2882 (patch)
tree21487d3fe9d7cf0c115f6cfc4ab9c1f1ba30273c
parentb352bd061fc20e7b7c1a18450fb29f2208396a6b (diff)
downloadeibhear-ca20964b10139ce35ef52674d97fb918ce2a2882.tar.gz
eibhear-ca20964b10139ce35ef52674d97fb918ce2a2882.tar.zst
eibhear-ca20964b10139ce35ef52674d97fb918ce2a2882.zip
Fixed ifinstalled command after dunst update.
-rwxr-xr-x.scripts/tools/ifinstalled2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/ifinstalled b/.scripts/tools/ifinstalled
index 0305f4f..b0d23e5 100755
--- a/.scripts/tools/ifinstalled
+++ b/.scripts/tools/ifinstalled
@@ -1,3 +1,3 @@
#!/bin/sh
# If $1 command is not available, error code and notify.
-command -v "$1" >/dev/null || { notify-send "📦 <b>$1</b> must be installed for this function." && exit 1 ;}
+command -v "$1" >/dev/null || { notify-send "📦 $1" "must be installed for this function." && exit 1 ;}