commit 187d9ab5bfcd2a64c6be10e25bbaf298a8973802
parent 293b5b9b0028c87e41407c1e09c44693442a315a
Author: noodle <shawtynoodle@gmail.com>
Date: Mon, 5 Jun 2023 05:30:49 +0300
notify-replace: change shebang from dash to sh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)