INI Request: rusEFI 2020.07.06.mre_f4.2108843221 #54
This commit is contained in:
parent
ce053dda5e
commit
b9c3ab2151
|
@ -29,7 +29,7 @@ java \
|
|||
-firing_order controllers/algo/firing_order.h \
|
||||
-with_c_defines false \
|
||||
-initialize_to_zero false \
|
||||
-ts_output_name rusefi_kinetis.ini \
|
||||
-ts_output_name generated/rusefi_kinetis.ini \
|
||||
-c_defines config/boards/kinetis/config/controllers/algo/rusefi_generated.h \
|
||||
-c_destination config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||
-signature tunerstudio/generated/signature_kin.txt \
|
||||
|
|
|
@ -15,7 +15,7 @@ for f in *.ini; do if [[ -f "$f" ]]; then
|
|||
sig=$(grep "^ *signature *=" $f | cut -f2 -d "=")
|
||||
if [ ! -z "$sig" -a "$sig" != " " ]; then
|
||||
echo "* found signature: $sig"
|
||||
if [[ "$sig" =~ rusEFI.*([0-9]{4})\.([0-9]{2})\.([0-9]{2})\.([a-z0-9]+)\.([0-9]+) ]]; then
|
||||
if [[ "$sig" =~ rusEFI.*([0-9]{4})\.([0-9]{2})\.([0-9]{2})\.([a-z0-9_]+)\.([0-9]+) ]]; then
|
||||
year=${BASH_REMATCH[1]}
|
||||
month=${BASH_REMATCH[2]}
|
||||
day=${BASH_REMATCH[3]}
|
||||
|
|
Loading…
Reference in New Issue