Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
[CI-SKIP] Fix apatch zsh support
Dieser Commit ist enthalten in:
Ursprung
54f9e9fb1a
Commit
d82250d611
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
noapply=1
|
||||
isreject=0
|
||||
if [ $1 == "--noapplied" ]; then
|
||||
if [[ $1 == "--noapplied" ]]; then
|
||||
noapply=1
|
||||
shift
|
||||
fi
|
||||
@ -64,7 +64,7 @@ fi
|
||||
echo " "
|
||||
echo "===========================";
|
||||
fi
|
||||
git st
|
||||
git status
|
||||
git diff
|
||||
)
|
||||
if [[ "$noapply" != "1" ]] && [[ "$file" != *-applied.patch ]]; then
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren