diff options
author | boredpasta <boredpasta@tutanota.com> | 2023-07-20 20:50:15 +0300 |
---|---|---|
committer | boredpasta <boredpasta@tutanota.com> | 2023-07-20 20:50:15 +0300 |
commit | 84b15a791a13bb048566afe8c0ef8c9114d8fa24 (patch) | |
tree | 472158a2450887f5ff49f0788104787e409d3bba | |
parent | bebbb737a532680e092afccedb7e91aaa37be124 (diff) |
notify-replace: get rid of `set -e`
-rwxr-xr-x | notify-replace | 2 |
1 files changed, 1 insertions, 1 deletions
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) |