mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
[CI-SKIP] Fix apatch zsh support
This commit is contained in:
parent
4f6b49e007
commit
21e410d42e
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
noapply=1
|
noapply=1
|
||||||
isreject=0
|
isreject=0
|
||||||
if [ $1 == "--noapplied" ]; then
|
if [[ $1 == "--noapplied" ]]; then
|
||||||
noapply=1
|
noapply=1
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
@ -64,7 +64,7 @@ fi
|
|||||||
echo " "
|
echo " "
|
||||||
echo "===========================";
|
echo "===========================";
|
||||||
fi
|
fi
|
||||||
git st
|
git status
|
||||||
git diff
|
git diff
|
||||||
)
|
)
|
||||||
if [[ "$noapply" != "1" ]] && [[ "$file" != *-applied.patch ]]; then
|
if [[ "$noapply" != "1" ]] && [[ "$file" != *-applied.patch ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user