--- mm2.7/src/bin/showaudio.usesox	Thu Feb  1 12:31:32 2001
+++ mm2.7/src/bin/showaudio	Thu Feb  1 12:36:24 2001
@@ -151,6 +151,9 @@
 #  Solaris 2.0
     /bin/audioconvert -i raw,voice -f sun $* | /bin/audioplay
     exit $status
+else if (-e /usr/bin/play) then
+# Red Hat Linux
+    exec /usr/bin/play $*
 else
     set dev=/dev/audio
 endif
