mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 01:59:20 +01:00
typo fix
This commit is contained in:
parent
71256272af
commit
c8a23287b3
@ -72,7 +72,7 @@ patch () {
|
||||
all=${#PACH_FILES[@]}
|
||||
echo -e "\n> Patching Files"
|
||||
for patch in ${PATCH_FILES[@]}; do
|
||||
cur=$((cur+1)
|
||||
cur=$((cur+1))
|
||||
echo ">> [${cur}/${all}] pack_${patch}.cpk"
|
||||
${XD3} -d -f -s ${PWD}/TMSxFE-Uncensored/pack_${patch}.cpk \
|
||||
${XDELTA_PATH}/patch_${patch}.xdelta \
|
||||
|
Loading…
Reference in New Issue
Block a user