MErge en cours x86_64 -> trunk
[hvlinux.git] / stage2 / hv-utilities / hv-video-dvd
index 230ffee..b3e5f9f 100755 (executable)
@@ -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"