diff options
-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) |