From afc6843174c355014f862ee151ab5cb33c91093f Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 8 Jan 2018 23:02:00 +0800 Subject: Update exception for eval Use \( and \) to replace ( and ) Change-Id: Ib45927659548c42b5f0693907e7fc5d4c56c6c5e Signed-off-by: Julien --- exceptions/releng.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg