commit | cf77603bf923d9af017bcfddaf76b4a53c51fead | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Mar 16 00:07:17 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Mar 17 15:49:55 2021 +0000 |
tree | 8d529d6c0d3c9ef845766a8e39d0ce0a8ee89342 | |
parent | e7162a08f2bd00f4136bfb6ee49b7486b8b4555c [diff] |
run-robot: minor shellcheck fixes Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1c0a9d892d2b6635cb2e9cce6bfb826c770de456
diff --git a/scripts/run-robot.sh b/scripts/run-robot.sh index 3d4e3d6..5b2d967 100755 --- a/scripts/run-robot.sh +++ b/scripts/run-robot.sh
@@ -29,7 +29,7 @@ git clone https://github.com/openbmc/openbmc-test-automation.git \ "${ROBOT_CODE_HOME}" -cd "${ROBOT_CODE_HOME}" +cd "${ROBOT_CODE_HOME}" || exit chmod ugo+rw -R "${ROBOT_CODE_HOME}"/*