forked from pool/python-ntfy
23 lines
610 B
Diff
23 lines
610 B
Diff
|
|
From: Matthias Bach <marix@marix.org>
|
||
|
|
Date: Mon, 18 Jul 2022 21:21:09 +0200
|
||
|
|
Subject: [PATCH] Drop misleading shebangs
|
||
|
|
Upstream: to be done
|
||
|
|
|
||
|
|
---
|
||
|
|
ntfy/shell_integration/bash-preexec.sh | 2 --
|
||
|
|
1 file changed, 2 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/ntfy/shell_integration/bash-preexec.sh b/ntfy/shell_integration/bash-preexec.sh
|
||
|
|
index 79543db..0a7d4c2 100644
|
||
|
|
--- a/ntfy/shell_integration/bash-preexec.sh
|
||
|
|
+++ b/ntfy/shell_integration/bash-preexec.sh
|
||
|
|
@@ -1,5 +1,3 @@
|
||
|
|
-#!/bin/bash
|
||
|
|
-#
|
||
|
|
# bash-preexec.sh -- Bash support for ZSH-like 'preexec' and 'precmd' functions.
|
||
|
|
# https://github.com/rcaloras/bash-preexec
|
||
|
|
#
|
||
|
|
--
|
||
|
|
2.35.3
|
||
|
|
|