From e63c244cb22bf48ca1d2695784a072269d19ea96 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Fri, 9 May 1997 19:36:29 +0200 Subject: Import Dev86src-0.12.0.tar.gz --- libc/Config_sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/Config_sh') 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' } -- cgit v1.2.1