diff do-record.sh.pt1 @ 110:74a174a245d2

modified fail safe hack
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 12 Mar 2010 15:32:27 +0900
parents 29e7a40e6587
children 190a3c46611d
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を吐き出すこと