From eab23be4162f077845b0b14bea7ec9069ba9f12f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 22 Feb 2012 16:44:36 -0500 Subject: [PATCH] always go into ~/ to avoid issues when we run from trybot dir --- .bin/cros-cbuildbot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5