summaryrefslogtreecommitdiff
path: root/autodeps/hpux.prov
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-12-02 16:52:14 +0000
committerjbj <devnull@localhost>2000-12-02 16:52:14 +0000
commitd7a40e754dc6b0ac07d2185bb5723384065feab5 (patch)
treea36b78f2871694273d994280c116565f1e9c067c /autodeps/hpux.prov
parent28625265e4cb2653f8994cebae1da6fce6919d9d (diff)
downloadrpm-d7a40e754dc6b0ac07d2185bb5723384065feab5.tar.gz
rpm-d7a40e754dc6b0ac07d2185bb5723384065feab5.tar.bz2
rpm-d7a40e754dc6b0ac07d2185bb5723384065feab5.zip
- improved find-{requires,provides} for aix4/hpux/irix6/osf.
Tim Mooney<mooney@dogbert.cc.ndsu.NoDak.edu> CVS patchset: 4300 CVS date: 2000/12/02 16:52:14
Diffstat (limited to 'autodeps/hpux.prov')
-rw-r--r--autodeps/hpux.prov12
1 files changed, 10 insertions, 2 deletions
diff --git a/autodeps/hpux.prov b/autodeps/hpux.prov
index 4a2ee108d..2d3dc5a99 100644
--- a/autodeps/hpux.prov
+++ b/autodeps/hpux.prov
@@ -1,7 +1,7 @@
#! /usr/bin/ksh
-# Original Author: Tim Mooney (mooney@plains.nodak.edu)
-# $Id: hpux.prov,v 1.6 2000/03/02 20:21:10 jbj Exp $
+# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
+# $Id: hpux.prov,v 1.7 2000/12/02 16:52:14 jbj Exp $
#
# This file is distributed under the terms of the GNU Public License
#
@@ -45,6 +45,14 @@ PATH=/usr/bin:/usr/sbin:/usr/ccs/bin
export PATH
#
+# TVM: Marc Stephenson (marc@austin.ibm.com) points out we run things
+# like `file', et. al. and expect the output to be what we see in the
+# C/POSIX locale. Make sure it is so.
+#
+LANG=C
+export LANG
+
+#
# TVM: use `while read ...' instead of `for f in ...', because there may
# be too many files to stuff into one shell variable.
#