diff options
author | noodle <shawtynoodle@gmail.com> | 2023-06-05 05:30:49 +0300 |
---|---|---|
committer | noodle <shawtynoodle@gmail.com> | 2023-06-05 05:30:49 +0300 |
commit | 187d9ab5bfcd2a64c6be10e25bbaf298a8973802 (patch) | |
tree | 3acbf307a7fa82fde5ab071c73ff8988a816bb35 | |
parent | 293b5b9b0028c87e41407c1e09c44693442a315a (diff) |
notify-replace: change shebang from dash to sh
-rwxr-xr-x | notify-replace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notify-replace b/notify-replace index 343a825..114493d 100755 --- a/notify-replace +++ b/notify-replace @@ -1,4 +1,4 @@ -#!/biin/dash -e +#!/bin/sh -e # Sends, remembers, and replaces notifications based on program name that's # passed as first argument to script. # Non-POSIX features used: flock(1) |