diff options
author | jbj <devnull@localhost> | 2000-12-02 16:52:14 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-02 16:52:14 +0000 |
commit | d7a40e754dc6b0ac07d2185bb5723384065feab5 (patch) | |
tree | a36b78f2871694273d994280c116565f1e9c067c /autodeps/hpux.req | |
parent | 28625265e4cb2653f8994cebae1da6fce6919d9d (diff) | |
download | rpm-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.req')
-rw-r--r-- | autodeps/hpux.req | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/autodeps/hpux.req b/autodeps/hpux.req index 8539d76e7..2ad149c17 100644 --- a/autodeps/hpux.req +++ b/autodeps/hpux.req @@ -1,7 +1,7 @@ #! /usr/bin/ksh -# Original Author: Tim Mooney (mooney@plains.nodak.edu) -# $Id: hpux.req,v 1.5 1999/09/30 00:22:15 jbj Exp $ +# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu> +# $Id: hpux.req,v 1.6 2000/12/02 16:52:14 jbj Exp $ # # This file is distributed under the terms of the GNU Public License # @@ -36,6 +36,14 @@ PATH=/usr/bin:/usr/sbin:/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 + IFS="" while read f do |