Skip to content

Commit

Permalink
個人的な細かい修正
Browse files Browse the repository at this point in the history
  • Loading branch information
stz2012 committed Aug 3, 2012
1 parent dcad6bd commit fc99c6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions do-record.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ case ${TYPE} in
"BS"|"CS")
case ${MODE} in
0)
$RECORDER1 --b25 --strip --sync --lnb \
$CHANNEL $DURATION ${OUTPUT} >/dev/null
$RECORDER1 --b25 --strip --sync $CHANNEL $DURATION ${OUTPUT} >/dev/null
;;
*)
$RECORDER1 --b25 --strip --sync --lnb --sid $SID \
$CHANNEL $DURATION ${OUTPUT} >/dev/null
$RECORDER1 --b25 --strip --sync --sid $SID $CHANNEL $DURATION ${OUTPUT} >/dev/null
;;
esac
;;
Expand Down

0 comments on commit fc99c6c

Please sign in to comment.