shithub: sox

Download patch

ref: 020d604efc5487276d19f271962ac0c76d9d4f0a
parent: f39bad1c6bf461374a04f4bf13b2e87a78086a22
author: cbagwell <cbagwell>
date: Wed Jul 14 15:36:24 EDT 1999

Fixing mistake in case statement.

--- a/play
+++ b/play
@@ -172,11 +172,13 @@
     if [ -z "$device" ]; then
 	device="/dev/audio"
     fi
+    ;;
   Linux|FreeBSD)
     arch_defines="-t ossdsp"
     if [ -z "$device" ]; then
 	device="/dev/dsp"
     fi
+    ;;
 esac
 
 # If name is "rec" then record else assume user is wanting to play