shithub: sox

Download patch

ref: 5553cdb07e84163d74cbb06d95bc5416836ba825
parent: 28ff06bd59bad16019174e2b80eac7462745e11e
author: cbagwell <cbagwell>
date: Mon Jan 27 20:59:06 EST 2003

Put previous path back into play script so that it can find
basename.

--- a/src/play.in
+++ b/src/play.in
@@ -20,7 +20,7 @@
 
 # Look for sox in install directory first and then in current direction
 # if not found.
-PATH=$bindir:.
+PATH="$bindir:.:$PATH"
 
 program_name=`basename $0`
 program_version="2.0"