Skip to content

Commit

Permalink
Merge branch 'master' of ssh://ssh.github.com:443/nwinkler/dotbash
Browse files Browse the repository at this point in the history
  • Loading branch information
nwinkler committed Sep 2, 2013
2 parents 89ae6d0 + 1b4a2e6 commit 82b4ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/available/audio.plugin.bash
Expand Up @@ -10,7 +10,7 @@ function mp3_to_wav() {

echo "Decoding to ${file_name}"

lame -decode ${orig_name} ./${file_name}
lame --decode "${orig_name}" ./"${file_name}"
}

function aac_to_wav() {
Expand All @@ -22,5 +22,5 @@ function aac_to_wav() {

echo "Decoding to ${file_name}"

faad -o ${file_name}.wav ./${orig_name}
faad -o ./"${file_name}" "${orig_name}"
}

0 comments on commit 82b4ca6

Please sign in to comment.