Update shebangs in installed shellscripts to meet rpmlint and match provided paths at [pkgs.org](https://fedora.pkgs.org/41/fedora-x86_64/elvish-0.21.0-4.fc41.x86_64.rpm.html)

This commit is contained in:
Anthony
2024-11-15 01:29:50 +11:00
parent 83b027d20b
commit c936276781
4 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/bash
# bash-preexec.sh -- Bash support for ZSH-like 'preexec' and 'precmd' functions.
# https://github.com/rcaloras/bash-preexec
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/bash
#
# This is originally based on the recommended bash integration from
# the semantic prompts proposal as well as some logic from Kitty's

View File

@ -1,3 +1,4 @@
#!/usr/bin/elvish
{
fn restore-xdg-dirs {
use str

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/zsh
#
# Based on (started as) a copy of Kitty's zsh integration. Kitty is
# distributed under GPLv3, so this file is also distributed under GPLv3.