diff options
author | Larry Wall <lwall@netlabs.com> | 1991-11-05 06:28:31 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-11-05 06:28:31 +0000 |
commit | de3bb51191e884300caf98892ecfcc0ca3ebc09c (patch) | |
tree | 5456fe4ba1ec6e118cea151d5e94225763c05bd7 /hints/ultrix_4.sh | |
parent | f0fcb5529109ae3ced6c7fbb8cbd77162fa9bfdb (diff) | |
download | perl-de3bb51191e884300caf98892ecfcc0ca3ebc09c.tar.gz |
perl 4.0 patch 17: patch #11, continued
See patch #11.
Diffstat (limited to 'hints/ultrix_4.sh')
-rw-r--r-- | hints/ultrix_4.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index ffaf376272..91e5d7d109 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -6,6 +6,9 @@ Note that there is a bug in some versions of NFS on the DECStation that may cause utime() to work incorrectly. If so, regression test io/fs may fail if run under NFS. Ignore the failure. EOF + case "$tmp" in + *4.2*) d_volatile=undef;; + esac ;; esac case "$tmp" in |