projects
/
rip_dvd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95d031
)
Tweaked fix to copy back largest mkv created
author
Alan J. Pippin
<alan@pippins.net>
Wed, 1 Feb 2012 06:43:46 +0000
(23:43 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Wed, 1 Feb 2012 06:43:46 +0000
(23:43 -0700)
rip_dvd
patch
|
blob
|
history
diff --git
a/rip_dvd
b/rip_dvd
index 0035a2d284ad8ec25a20e895a4296027cce22503..7c6bc3cc5f236c360bd73308b1461df1b6bcbc26 100755
(executable)
--- a/
rip_dvd
+++ b/
rip_dvd
@@
-1166,7
+1166,7
@@
function make_dvd_mkv_image {
# Move the largest created MKV file into place
# There might be multiple ones, so just grab the largest one
- largest_mkv_file=`/bin/ls -
r
S "$dstdir"/*.mkv | head -1`
+ largest_mkv_file=`/bin/ls -
1
S "$dstdir"/*.mkv | head -1`
echo -e "\n Moving largest mkv file $largest_mkv_file -> $dstmkv\n" | tee -a "$ddrescuelog"
mv "$largest_mkv_file" "$dstmkv"