This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
MachTen doesn't really do mmap() and munmap().
[perl5.git] / hints / linux.sh
index 913cfd0..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