aboutsummaryrefslogtreecommitdiff
path: root/node/build
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-02-15 19:33:38 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-02-15 19:33:38 +0200
commit8103cbed58e19c6716c463133d37d79a584085ca (patch)
tree1200353ed45ab6df82daa248d9d22d1b8cb48ecc /node/build
parentf8ddcda07442aa8cdf14b65dd17c132fabcc44e6 (diff)
Don't use local git aliases.
Diffstat (limited to 'node/build')
-rwxr-xr-xnode/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/build b/node/build
index 3437d35..b5afe52 100755
--- a/node/build
+++ b/node/build
@@ -79,7 +79,7 @@ if [ -n "$BUILD_CONFIG_REPO" ]; then
cd /tmp/buildconf.$$
git clone "$BUILD_CONFIG_REPO"
cd *
- git co "$BUILD_CONFIG_BRANCH"
+ git checkout "$BUILD_CONFIG_BRANCH"
CONFIGURATION=$(cat "$BUILD_CONFIG_FILENAME")
cd $save_dir
set -a