mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 12:27:59 +01:00
[CI-SKIP] Fix apatch zsh support
This commit is contained in:
parent
4f6b49e007
commit
21e410d42e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user