]> git.pld-linux.org Git - packages/ape2mp3.git/blame - ape2mp3-file.patch
- tabs in preamble
[packages/ape2mp3.git] / ape2mp3-file.patch
CommitLineData
509e844a
JB
1--- ape2mp3.orig 2006-12-28 21:34:22.000000000 +0100
2+++ ape2mp3 2006-12-28 22:21:18.127798948 +0100
3@@ -53,7 +53,7 @@
4
5 typ=`file "$1"`
6 case "$typ" in
7- "$1: data") echo ""$1" ok"
8+ "$1: data"|"$1: Monkey's Audio compressed format"*) echo ""$1" ok"
9 ;;
10 *) echo "Error: use: ape2mp3 <NAME>.ape <NAME>.cue"
11 exit 0
12@@ -62,7 +62,7 @@
13
14 typ=`file "$2"`
15 case "$typ" in
16- "$2: ASCII text, with CRLF line terminators") echo ""$2" ok"
17+ "$2: ASCII"*"text, with CRLF line terminators") echo ""$2" ok"
18 ;;
19 *) echo "Error: use: ape2mp3 <NAME>.ape <NAME>.cue"
20 exit 0
This page took 0.068882 seconds and 4 git commands to generate.