Age | Commit message (Collapse) | Author | Files | Lines |
|
This loop was not running correctly, because the find results were
being returned as a string rather than an array. The results always
contain a newline, and the complicated rev-cut-rev script seems to
be a workaround that fails if the wrong result is shown first.
By adding parentheses around the TOXINIS assignment command, the
results are returned as an array. We can then simply use bash's
dirname command to get the parent directory.
Issue-ID: MODELING-604
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I0881958395c7104f263928a3c4394fd141b79208
|
|
Change-Id: I7c904de9e84bc4f76c1f197adace9fbac8c7f1db
Issue-ID: MODELING-342
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|
|
Change-Id: Ibbc6ce866296f61cf5b100c7da4e931c3b177531
Issue-ID: MODELING-159
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|
|
Change-Id: Id15ac689c1d560619bf6c699fb0786e7381d3def
Issue-ID: MODELING-153
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|