mirror of
https://github.com/stevenhowes/MXDiag.git
synced 2026-05-27 20:13:38 +01:00
Minor tweaks, handling of 0 prefixed codes
This commit is contained in:
Regular → Executable
Regular → Executable
@@ -1,3 +1,4 @@
|
||||
0443,EVAP Control System Canister Purge Valve Circuit Malfunction
|
||||
1000,OBD II Monitor Testing Not Completed
|
||||
1001,Unable to Achieve Self-Test Function Or SCP Error
|
||||
1100,MAF Sensor Circuit Intermittent
|
||||
|
||||
|
Regular → Executable
+1
-1
@@ -1,7 +1,7 @@
|
||||
ALL=
|
||||
while IFS=, read -r col1 col2
|
||||
do
|
||||
ALL=$ALL$col1,
|
||||
ALL=$ALL`expr $col1 - 0`,
|
||||
done < dtc.csv
|
||||
echo -n $ALL | sed 's/.$//'
|
||||
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user