commit 19e79db71749819e2c9db90d4a88557624ad54cc
Author: Maia Kozheva <[email protected]>
Date: Thu Aug 26 15:58:42 2010 +0700
Fix bashism in audio file conversion script; patch from Debian by mettle
scripts/gtkpod-convert-common.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/gtkpod-convert-common.sh b/scripts/gtkpod-convert-common.sh
index fbf85ad..66d562b 100755
--- a/scripts/gtkpod-convert-common.sh
+++ b/scripts/gtkpod-convert-common.sh
@@ -86,7 +86,7 @@ fi
# Determine decoder
# Convert the source extension to lowercase.
-filetype=`echo ${infile_extension}| tr [:upper:] [:lower:]`
+filetype=`echo ${infile_extension}| tr '[:upper:]' '[:lower:]'`
case "$filetype" in
flac) decoder="flac" ; options="-d -c --" ;;
oga|ogg|ogv|ogx)
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2