mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
Ports: Add ZSH port
This commit is contained in:
parent
4850cf9069
commit
d0bed24ca1
4 changed files with 33 additions and 0 deletions
11
Ports/zsh/patches/0001-add-serenity-config-sub.patch
Normal file
11
Ports/zsh/patches/0001-add-serenity-config-sub.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- zsh-zsh-5.8/original-config.sub 2021-06-04 22:59:03.710400955 -0300
|
||||
+++ zsh-zsh-5.8/config.sub 2021-06-04 23:01:41.573688625 -0300
|
||||
@@ -1516,6 +1516,8 @@
|
||||
;;
|
||||
*-eabi)
|
||||
;;
|
||||
+ serenity*)
|
||||
+ ;;
|
||||
*)
|
||||
echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
|
||||
exit 1
|
Loading…
Add table
Add a link
Reference in a new issue