summaryrefslogtreecommitdiff
path: root/repo/x11/rofi/rofi-sensible-terminal-use-sh.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/x11/rofi/rofi-sensible-terminal-use-sh.patch
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/x11/rofi/rofi-sensible-terminal-use-sh.patch')
-rw-r--r--repo/x11/rofi/rofi-sensible-terminal-use-sh.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/x11/rofi/rofi-sensible-terminal-use-sh.patch b/repo/x11/rofi/rofi-sensible-terminal-use-sh.patch
deleted file mode 100644
index 926aa7a..0000000
--- a/repo/x11/rofi/rofi-sensible-terminal-use-sh.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 34d5779d41a902be21cef3fc3e70d8f6881ca05c Mon Sep 17 00:00:00 2001
-From: Jakub Jirutka <jakub@jirutka.cz>
-Date: Mon, 27 Sep 2021 01:00:43 +0200
-Subject: [PATCH] [rofi-sensible-terminal] Use /bin/sh instead of /usr/bin/env bash
-Patch-Source: https://github.com/davatorium/rofi/pull/1478
-
-This script is fully POSIX-sh compatible, i.e. it's portable and can be
-run in any shell, not just bash. It's incorrect to assume that bash is
-available on every *nix system (it's not), but /bin/sh is.
----
- script/rofi-sensible-terminal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/script/rofi-sensible-terminal b/script/rofi-sensible-terminal
-index 112e1d14e..e2b6cc4b9 100755
---- a/script/rofi-sensible-terminal
-+++ b/script/rofi-sensible-terminal
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!/bin/sh
- #
- # This code is released in public domain by Han Boetes <han@mijncomputer.nl>
- # Updated by Dave Davenport <qball@gmpclient.org>