summaryrefslogtreecommitdiff
path: root/x11-misc/sux/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-misc/sux/files
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-misc/sux/files')
-rw-r--r--x11-misc/sux/files/sux-1.0-dash.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-misc/sux/files/sux-1.0-dash.patch b/x11-misc/sux/files/sux-1.0-dash.patch
deleted file mode 100644
index a2ba00e0be05..000000000000
--- a/x11-misc/sux/files/sux-1.0-dash.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/sux
-+++ b/sux
-@@ -302,7 +302,8 @@
- then
- if [ "$sux_got_minus" = "1" ]
- then
-- sux_cmd="sh -c \"exec -l \$SHELL\""
-+ # exec -l does not work in dash (Gentoo bug #473200)
-+ sux_cmd="sh -c \"exec \$SHELL\""
- else
- sux_cmd="\$SHELL"
- fi