From: Mike Frysinger Date: Wed, 22 Feb 2012 21:44:36 +0000 (-0500) Subject: always go into ~/ to avoid issues when we run from trybot dir X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=eab23be4162f077845b0b14bea7ec9069ba9f12f;p=home.git always go into ~/ to avoid issues when we run from trybot dir --- diff --git a/.bin/cros-cbuildbot b/.bin/cros-cbuildbot index 453e273..aae5a56 100755 --- a/.bin/cros-cbuildbot +++ b/.bin/cros-cbuildbot @@ -1,8 +1,6 @@ #!/bin/bash -if ! cbuildbot -h >& /dev/null ; then - cd ~/chromiumos || exit 1 -fi +cd ~/chromiumos || exit 1 # cache the sudo timestamp sudo echo "" >/dev/null