]> git.wh0rd.org - home.git/commitdiff
always go into ~/ to avoid issues when we run from trybot dir
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Feb 2012 21:44:36 +0000 (16:44 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:43 +0000 (15:36 -0400)
.bin/cros-cbuildbot

index 453e2734e4c71f0edb24efdd8169b49a363b1a39..aae5a5651301edbf2f0ad1659045474d64a5e624 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/bash
 
 #!/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
 
 # cache the sudo timestamp
 sudo echo "" >/dev/null