@@ -43,7 +43,7 @@ script=$(basename -- "${BASH_SOURCE[0]}")
43
43
44
44
# version //////////////////////////////////////////////////////////////////////
45
45
46
- version=" 05-02 -2024"
46
+ version=" 07-18 -2024"
47
47
48
48
# usage ////////////////////////////////////////////////////////////////////////
49
49
@@ -1245,7 +1245,7 @@ l2cu_help_colors () {
1245
1245
1246
1246
l2cu_parse_colors () {
1247
1247
1248
- parse_input
1248
+ l2cu_parse_input
1249
1249
1250
1250
# set to lowercase for input match
1251
1251
@@ -1328,7 +1328,7 @@ l2cu_parse_parts () {
1328
1328
1329
1329
# read and parse part selection
1330
1330
1331
- parse_input
1331
+ l2cu_parse_input
1332
1332
1333
1333
part_input=" ${input} "
1334
1334
@@ -1343,7 +1343,7 @@ l2cu_parse_modification () {
1343
1343
then
1344
1344
frobulator.ipt " Enter color to modify" " [ name / number / hexadecimal ]"
1345
1345
1346
- parse_colors
1346
+ l2cu_parse_colors
1347
1347
1348
1348
# substitution:
1349
1349
# $? returning wrong arbitrary value
@@ -1352,7 +1352,7 @@ l2cu_parse_modification () {
1352
1352
1353
1353
frobulator.ipt " Enter color to set" " [ name / number / hexadecimal ]"
1354
1354
1355
- parse_colors
1355
+ l2cu_parse_colors
1356
1356
1357
1357
# substitution:
1358
1358
# $? returning wrong arbitrary value
@@ -1364,7 +1364,7 @@ l2cu_parse_modification () {
1364
1364
then
1365
1365
frobulator.ipt " Enter part to modify" " [ number ]"
1366
1366
1367
- parse_parts
1367
+ l2cu_parse_parts
1368
1368
1369
1369
# substitution:
1370
1370
# $? returning wrong arbitrary value
@@ -1373,7 +1373,7 @@ l2cu_parse_modification () {
1373
1373
1374
1374
frobulator.ipt " Enter part to set" " [ number ]"
1375
1375
1376
- parse_parts
1376
+ l2cu_parse_parts
1377
1377
1378
1378
# substitution:
1379
1379
# $? returning wrong arbitrary value
@@ -1385,7 +1385,7 @@ l2cu_parse_modification () {
1385
1385
then
1386
1386
frobulator.ipt " Enter part to modify" " [ number ]"
1387
1387
1388
- parse_parts
1388
+ l2cu_parse_parts
1389
1389
1390
1390
# substitution:
1391
1391
# $? returning wrong arbitrary value
@@ -1394,15 +1394,15 @@ l2cu_parse_modification () {
1394
1394
1395
1395
frobulator.ipt " Enter part color to modify" " [ name / number / hexadecimal ]"
1396
1396
1397
- parse_colors
1397
+ l2cu_parse_colors
1398
1398
# substitution:
1399
1399
# $? returning wrong arbitrary value
1400
1400
1401
1401
old_color=" ${ldraw_color_value} "
1402
1402
1403
1403
frobulator.ipt " Enter part color to set" " [ name / number / hexadecimal ]"
1404
1404
1405
- parse_colors
1405
+ l2cu_parse_colors
1406
1406
1407
1407
# substitution:
1408
1408
# $? returning wrong arbitrary value
@@ -2171,7 +2171,7 @@ if [[ "${option}" = "modify" ]]
2171
2171
then
2172
2172
# get input
2173
2173
2174
- parse_modification
2174
+ l2cu_parse_modification
2175
2175
2176
2176
# substitution
2177
2177
0 commit comments