Mercurial > epgrec.yaz
changeset 110:74a174a245d2
modified fail safe hack
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 12 Mar 2010 15:32:27 +0900 |
parents | 3450df471c8c |
children | b3ba2658a228 |
files | do-record.sh.pt1 |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/do-record.sh.pt1 Tue Mar 09 05:56:04 2010 +0900 +++ b/do-record.sh.pt1 Fri Mar 12 15:32:27 2010 +0900 @@ -15,11 +15,10 @@ if [ $SID = 'hd' ]; then SID=$CHANNEL fi ;; - *) - if [ -z $SID ]; then - SID='hd' - fi ;; esac +if [ -z $SID ]; then + SID='hd' +fi if [ ${MODE} = 0 ]; then # MODE=0では必ず無加工のTSを吐き出すこと