commit 84b15a791a13bb048566afe8c0ef8c9114d8fa24
parent bebbb737a532680e092afccedb7e91aaa37be124
Author: boredpasta <boredpasta@tutanota.com>
Date: Thu, 20 Jul 2023 20:50:15 +0300
notify-replace: get rid of `set -e`
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)