summaryrefslogtreecommitdiff
path: root/mail/elm/patches/patch-ac
blob: db688b53a485655784a597411333c997cf551774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.4 2000/06/04 16:28:23 jdolecek Exp $

--- Configure.orig	Sun Jun  4 17:21:26 2000
+++ Configure	Sun Jun  4 17:22:17 2000
@@ -15,7 +15,7 @@
 PATH=".:$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin"
 export PATH || (echo "OOPS, this isn't sh.  Desperation time.  I will feed myself to sh."; sh $0; kill $$)
 
-if test ! -t 0; then
+if test "X$RUN_AS_BATCH" = "X" -a ! -t 0; then
     echo "Say 'sh Configure', not 'sh <Configure'"
     exit 1
 fi