Commit 8c001ee
committed
Unset locale while pattern matching
This commit resolves the "Invalid collation character" error thrown by
'grep' when validating directory names with special characters. It sets
locale to "C" before running 'grep'.
Change-Id: Ia005744cfc1799dff0148602bcb99d947f8c805d1 parent e427460 commit 8c001ee
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments