disorder-notify.in, disorder-ondemand.in: Make sure `$buffer' is defined.
[disorder-toys] / disorder-notify.in
index ffdfb8e..2da54f6 100755 (executable)
@@ -260,7 +260,7 @@ sub watch_and_notify0 ($) {
       }
 
       @lines = split /\n/, $buffer, -1;
-      $buffer = pop @lines;
+      $buffer = pop(@lines) // "";
     }
   }