X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-utilities%2Fhv-video-dvd;h=b3e5f9f15523e7f500e6d0f9ecf70f873c95c3a7;hb=2c652ca09b0c4618e6b859728e838d6d095c7ffc;hp=230ffee6db5b0173eab7d85927f66e61f6e663d8;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage2/hv-utilities/hv-video-dvd b/stage2/hv-utilities/hv-video-dvd index 230ffee..b3e5f9f 100755 --- a/stage2/hv-utilities/hv-video-dvd +++ b/stage2/hv-utilities/hv-video-dvd @@ -93,7 +93,7 @@ else ARG_DURATION="-t ${DURATION}" fi -if [ "x${dvd_dar}" == "x16:9" ]; then +if [ "x${dvd_dar}" = "x16:9" ]; then ARG_WIDESCREEN="-w" else ARG_WIDESCREEN="" @@ -126,7 +126,7 @@ if [ -f ${outfile} ]; then echo "Fichier <${outfile}> déjà convertit, terminé." else for passe in $(seq ${PASSES}); do - if [ "x${PASSES}" == "x1" ]; then + if [ "x${PASSES}" = "x1" ]; then PASSES_OPT="" else PASSES_OPT="-pass $passe"