Commit fbf39b3
committed
[circle-mlir/infra] Discard output from the cd command
This commit fixes the issue when `cd` is followed by the `pwd` in a
bash one-liner for getting the location of the script. The `cd` command
can print the destination directory in case when one has the CDPATH
environmental variable set which breaks the one-liner functionality.
ONE-DCO-1.0-Signed-off-by: Arkadiusz Bokowy <a.bokowy@samsung.com>1 parent e58f9ba commit fbf39b3
File tree
2 files changed
+2
-2
lines changed- circle-mlir/infra
- overlay
- tools
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments