mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
minor fix for db_assembler
This commit is contained in:
@@ -156,10 +156,10 @@ echo "===== STARTING PROCESS ====="
|
|||||||
|
|
||||||
echo "" > $reg_file
|
echo "" > $reg_file
|
||||||
|
|
||||||
for k in "${!registry__*}"
|
for k in ${!registry__*}
|
||||||
do
|
do
|
||||||
n=$k
|
n=$k
|
||||||
echo "$k='${!n}'" >> "$reg_file"
|
echo "$k='${!n}';" >> "$reg_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "===== DONE ====="
|
echo "===== DONE ====="
|
||||||
|
|||||||
Reference in New Issue
Block a user