diff options
author | Julien <zhang.jun3g@zte.com.cn> | 2018-01-08 23:02:00 +0800 |
---|---|---|
committer | Julien <zhang.jun3g@zte.com.cn> | 2018-01-08 23:02:00 +0800 |
commit | afc6843174c355014f862ee151ab5cb33c91093f (patch) | |
tree | e8b24488e7e3ffa9d38dd208180e0996cf2e64eb /exceptions | |
parent | e650b176f46b94999bc42ea9e6f3478060ebe4bc (diff) |
Update exception for eval
Use \( and \) to replace ( and )
Change-Id: Ib45927659548c42b5f0693907e7fc5d4c56c6c5e
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'exceptions')
-rw-r--r-- | exceptions/releng.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exceptions/releng.yaml b/exceptions/releng.yaml index 2d6eb0a..00a35f5 100644 --- a/exceptions/releng.yaml +++ b/exceptions/releng.yaml @@ -290,7 +290,7 @@ file_audits: - bifrost_ssh_private_key - cacheValues - elif type wget >/dev/null - - eval \$(cat /\$WORKSPACE/installer_track.txt) + - eval \$\(cat /\$WORKSPACE/installer_track.txt\) - eval_collection - eval_db - evaluate |