From 84b15a791a13bb048566afe8c0ef8c9114d8fa24 Mon Sep 17 00:00:00 2001 From: boredpasta Date: Thu, 20 Jul 2023 20:50:15 +0300 Subject: notify-replace: get rid of `set -e` --- notify-replace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-replace b/notify-replace index c3bc92b..8e6951a 100755 --- a/notify-replace +++ b/notify-replace @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh # Sends, remembers, and replaces notifications based on program name that's # passed as first argument to script. Uses notify-send. # Non-POSIX features used: flock(1) -- cgit v1.2.3