aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/notify-send2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/notify-send b/.local/bin/notify-send
index 8dc67a0..2601e55 100755
--- a/.local/bin/notify-send
+++ b/.local/bin/notify-send
@@ -52,7 +52,7 @@ main()
"$((${timeout:-10} * 1000))" \
> /dev/null
- if [[ -z "$silent" ]]
+ if [ -z "$silent" ]
then
printf "%d\n" "$id"
fi