perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / shell / zsh / patches / fix_shebang.patch
blobb0ac52b976a3b17da119bad2136812abf11c5ef6
1 diff -wpruN '--exclude=*.orig' a~/Functions/VCS_Info/test-repo-git-rebase-apply a/Functions/VCS_Info/test-repo-git-rebase-apply
2 --- a~/Functions/VCS_Info/test-repo-git-rebase-apply 1970-01-01 00:00:00
3 +++ a/Functions/VCS_Info/test-repo-git-rebase-apply 1970-01-01 00:00:00
4 @@ -1,4 +1,4 @@
5 -#!/usr/local/bin/zsh -f
6 +#!/usr/bin/zsh -f
8 # This script creates a test repository for testing the git backend's behaviour during rebase-apply operations.
10 diff -wpruN '--exclude=*.orig' a~/Functions/VCS_Info/test-repo-git-rebase-merge a/Functions/VCS_Info/test-repo-git-rebase-merge
11 --- a~/Functions/VCS_Info/test-repo-git-rebase-merge 1970-01-01 00:00:00
12 +++ a/Functions/VCS_Info/test-repo-git-rebase-merge 1970-01-01 00:00:00
13 @@ -1,4 +1,4 @@
14 -#!/usr/local/bin/zsh -f
15 +#!/usr/bin/zsh -f
17 # This script creates a test repository for testing the git backend's behaviour during rebase-apply operations.