minor correction

This commit is contained in:
Christopher Roy Bratusek 2016-07-03 20:24:25 +02:00
parent 3a1edbcb2f
commit 4b53bf5c1b

View File

@ -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