diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-05-17 21:31:48 -0700 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-05-17 21:31:48 -0700 |
commit | d60b42e1012cca7c73c30911353257162784f92c (patch) | |
tree | a702935f3038c3a963594af7a5106de9c187dd5c /tinderbox-restart.sh | |
parent | Move configuration file to /etc/portage. (diff) | |
download | flameeyes-tinderbox-d60b42e1012cca7c73c30911353257162784f92c.tar.gz flameeyes-tinderbox-d60b42e1012cca7c73c30911353257162784f92c.tar.bz2 flameeyes-tinderbox-d60b42e1012cca7c73c30911353257162784f92c.zip |
Fix the remaining places that use the old format.
Diffstat (limited to 'tinderbox-restart.sh')
-rwxr-xr-x | tinderbox-restart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 2f96d7d..88a7c0d 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -23,7 +23,7 @@ reset_emergelog() { rm -f /var/log/emerge.log } -source /etc/make.tinderbox.private.conf +source /etc/portage/make.tinderbox.private.conf if [[ -n ${BTI_ACCOUNT} ]]; then dent_me() { |