Skip to content

Commit cdb10c3

Browse files
committed
Preparing for multiple cores support
1 parent 7d29d1c commit cdb10c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

generator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ function generate_coin {
6969
export __CONFIG_extensions_text="${__CONFIG_extensions[@]}"
7070
for extension in "${__CONFIG_extensions[@]}"
7171
do
72-
echo "${bold}Execute ${EXTENSIONS_PATH}/${extension}${normal}"
73-
python "lib/file-modification.py" --extension "${EXTENSIONS_PATH}/${extension}" --config=$CONFIG_FILE --source=${TEMP_PATH}
72+
echo "${bold}Execute ${EXTENSIONS_PATH}/${__CONFIG_BASE_COIN_extension_folder}/${extension}${normal}"
73+
python "lib/file-modification.py" --extension "${EXTENSIONS_PATH}/${__CONFIG_BASE_COIN_extension_folder}/${extension}" --config=$CONFIG_FILE --source=${TEMP_PATH}
7474
done
7575

7676
[ -d "${NEW_COIN_PATH}" ] || mkdir -p "${NEW_COIN_PATH}"

0 commit comments

Comments
 (0)