aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-17 17:47:45 +0000
committerRob Savoye <rob.savoye@linaro.org>2014-11-17 17:47:45 +0000
commit0cfbaa31cd1f491cc11690543b5a6128305d92d8 (patch)
tree4c248e7255fe08916ed204dfd48cbadff5597ebf /lib/globals.sh
parent774869f1946aeb1ebb3316e1d2c9c2c74312a68c (diff)
rename cbuild to abe
Change-Id: I5999d5375734b62a9ffe3d1ecf5335c178a545d3
Diffstat (limited to 'lib/globals.sh')
-rw-r--r--lib/globals.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index d50bdb6d..4b156dbf 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -115,7 +115,7 @@ jenkins_job_url=""
# source a user specific config file for commonly used configure options.
# These overide any of the above values.
-if test -e ~/.cbuildrc; then
- . ~/.cbuildrc
+if test -e ~/.aberc; then
+ . ~/.aberc
fi