aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-07-06 21:36:05 +0300
committerChristos.K <freedomrfox@gmail.com>2017-07-06 21:36:05 +0300
commitcbb47aed6e2373522b2782eae10cfce293be3845 (patch)
treeef96ca26b651b52cd9b91fdc2c462c4b5bc02e8e /scripts/chroot_scripts
parentUpdated controller modules (still very unstable) (diff)
downloadGSE-cbb47aed6e2373522b2782eae10cfce293be3845.tar.gz
GSE-cbb47aed6e2373522b2782eae10cfce293be3845.tar.bz2
GSE-cbb47aed6e2373522b2782eae10cfce293be3845.zip
Minor changes
Diffstat (limited to 'scripts/chroot_scripts')
-rwxr-xr-xscripts/chroot_scripts/cfunctions3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/chroot_scripts/cfunctions b/scripts/chroot_scripts/cfunctions
index b1763b4..d6e27ab 100755
--- a/scripts/chroot_scripts/cfunctions
+++ b/scripts/chroot_scripts/cfunctions
@@ -160,7 +160,8 @@ dist_ccashe_f() {
export emerge_mode
rc-service distccd start
-
+echo "$emerge_mode"
+exit 1
if [[ "${_cflag_ccache}" ]]; then
if [[ ! "$(command -v ccache)" ]]; then
echo -e "Configuring [\e[32mccache\e[0m]"