15 lines
486 B
Plaintext
15 lines
486 B
Plaintext
$NetBSD: patch-ag,v 1.1 2006/10/23 23:48:45 rillig Exp $
|
|
|
|
--- utils/rami.orig 2003-12-08 13:20:33.000000000 +0100
|
|
+++ utils/rami 2006-10-24 01:45:59.000000000 +0200
|
|
@@ -66,8 +66,7 @@ FORMAT=$DEFAULT_FORMAT
|
|
RATE=22050
|
|
QUALITY=3
|
|
CHANNELS=2
|
|
-VUMETER="`which vumeter 2> /dev/null`"
|
|
-if [ $? == 1 ]; then VUMETER=""; fi
|
|
+VUMETER="`which vumeter 2> /dev/null`" || VUMETER=""
|
|
|
|
|
|
OPTS=`getopt -o hvQr:f:q:c:o:e: --long help,version,quiet,rate:,format:,quality:,channels:,output:,effect: \
|