| << Back to previous view |
[QB-406] backticks in command builder does not work
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Robin Shen | Assigned To: | Robin Shen |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
For example, if set command builder to execute below command: TMPDIR=`mktemp -d` && cp -rp ${configuration.var["FROM_DIR"]}/* $TMPDIR/ && rm $TMPDIR/some.file && cp -rp $TMPDIR/* ${configuration.var["TO_DIR"]}/ && rm -R $TMPDIR |