summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2013-10-25 12:22:55 -0700
committerTyler Baker <tyler.baker@linaro.org>2013-10-25 12:22:55 -0700
commit576745a069929ff88cd0a5986d4c8b132aa66751 (patch)
tree702b9230ea0dd03eab951f56d5a343cc1f98c6ac
parent8821d6e70c0aaf4ba7df8b67561baa295f44163f (diff)
Remove extra cd
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 97216b9..24f0e3a 100755
--- a/run.sh
+++ b/run.sh
@@ -39,7 +39,7 @@ function check_step ()
function pep8_check ()
{
- cd cd $WORKSPACE/$LAVA_PROJECT
+ cd $WORKSPACE/$LAVA_PROJECT
pep8 --ignore E501 >> $WORKSPACE/pep8