summaryrefslogtreecommitdiff
path: root/libc/Config_sh
diff options
context:
space:
mode:
Diffstat (limited to 'libc/Config_sh')
-rw-r--r--libc/Config_sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Config_sh b/libc/Config_sh
index 6c93784..4beff3e 100644
--- a/libc/Config_sh
+++ b/libc/Config_sh
@@ -30,7 +30,7 @@ main()
CHANGED=0
RUNNING=1
- [ "$DIST" != "" ] && {
+ [ "$DIST" != "" -o ! -t 1 -o ! -t 0 ] && {
RUNNING=0
echo 'Using default configuration'
}