aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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]"