--- vsound-0.5/vsound-ori Thu Sep 12 19:45:34 2002 +++ vsound-0.5/vsound Thu Sep 12 19:46:11 2002 @@ -21,6 +21,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#P20020912 + verbose=0 keep_temps=0 resamplerate=0 @@ -139,7 +141,7 @@ export VSOUND_DATA=./vsound$$.au -if [ "$verbose" ] && [ "$VSOUND_STDOUT" ]; then +if [ "$verbose" = 1 ] && [ "$VSOUND_STDOUT" ]; then echo "Error : cannot specify both --verbose and --stdout." exit 1 fi