commit 84b15a791a13bb048566afe8c0ef8c9114d8fa24 from: boredpasta date: Thu Jul 20 17:50:15 2023 UTC notify-replace: get rid of `set -e` commit - bebbb737a532680e092afccedb7e91aaa37be124 commit + 84b15a791a13bb048566afe8c0ef8c9114d8fa24 blob - c3bc92ba01d39103806b637a2cee2427955f2b3b blob + 8e6951a25e5b7dbccff68a068d7417ae364a20aa --- notify-replace +++ 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)