mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-01 07:15:06 +01:00
minor correction
This commit is contained in:
parent
3a1edbcb2f
commit
4b53bf5c1b
@ -69,7 +69,7 @@ patch () {
|
||||
cur=0
|
||||
for file in ${PATCH_FILES[@]}; do
|
||||
cur=$((cur+1))
|
||||
echo ">> [${cur}/${all}] pack_${patch}.cpk"
|
||||
echo ">> [${cur}/${all}] pack_${file}.cpk"
|
||||
cp ${CPK_PATH}/pack_${file}.cpk \
|
||||
${PWD}/TMSxFE-Uncensored
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user