Explorar el Código

Combined if statements.

master
Svend Sorensen hace 19 años
padre
commit
38db3d56ad
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. +1
    -4
      tools/cuetag.sh

+ 1
- 4
tools/cuetag.sh Ver fichero

@@ -53,13 +53,10 @@ vorbis()
value=`$CUEPRINT -n $1 -t "$conv\n" $cue_file`

if [ -n "$value" ]; then
echo "$field=$value"
break
fi
done

if [ -n "$value" ]; then
echo "$field=$value"
fi
done) | $VORBISCOMMENT $2
}



Cargando…
Cancelar
Guardar