summaryrefslogtreecommitdiff
path: root/scripts/daemons/notifd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/daemons/notifd')
-rwxr-xr-xscripts/daemons/notifd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/daemons/notifd b/scripts/daemons/notifd
index 85b851d..3d0e809 100755
--- a/scripts/daemons/notifd
+++ b/scripts/daemons/notifd
@@ -19,7 +19,7 @@ cancel() {
tpid=""
}
-while read n <&3; do
+while read -r n <&3; do
[ "${n}" = "-1" ] && { cancel; continue; }
case "${n}" in ''|*[!0-9]*) continue ;; esac