This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable long doubles from pre-5.0 Tru64s.
[perl5.git] / hints / linux.sh
index 0fa46bd..a6b2bd9 100644 (file)
@@ -189,7 +189,7 @@ fi
 
 rm -f try.c a.out
 
-if /bin/bash -c exit; then
+if /bin/sh -c exit; then
   echo ''
   echo 'You appear to have a working bash.  Good.'
 else
@@ -283,9 +283,9 @@ cat > UU/uselargefiles.cbu <<'EOCBU'
 case "$uselargefiles" in
 ''|$define|true|[yY]*)
 # Keep this in the left margin.
-ccflags_largefiles="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+ccflags_uselargefiles="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 
-       ccflags="$ccflags $ccflags_largefiles"
+       ccflags="$ccflags $ccflags_uselargefiles"
        ;;
 esac
 EOCBU