#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.2 2003/02/27 07:43:11 reinelt Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here cd04e837d9dd58701202c15924c1c654'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-pb-Arara (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-22isdb-t: update tablesMauro Carvalho Chehab2210-13522/+148049
2019-09-22dvb-s: update all tables from LyngSatMauro Carvalho Chehab151-4470/+5108
2019-08-12ke-Nairobi: fix delivery system for two DVB-T2 channelsMauro Carvalho Chehab1-2/+2
2019-08-12Makefile: fix dvbv3/dvbv5 outputMauro Carvalho Chehab1-3/+4
2019-08-12Improve Makefile to avoid "Argument list too long" errorJames Le Cuirot1-6/+10
2019-03-25UPC Czech Republic: added mux 538 MHz with 256 QAMJosef Schlehofer1-5/+13
2019-03-25UPC Czech Republic: added more muxes and change QAM/256 on 626 MHzJosef Schlehofer1-3/+19
2019-03-25Update Astra-19.2ECvH1-4/+5
2019-03-14Intelsat-907-27.5W: update from current LyngSat dataMauro Carvalho Chehab1-24/+197
2019-03-14Intelsat-905-24.5W: update from current LyngSat dataMauro Carvalho Chehab1-18/+711
2019-03-14Add missing satellitesMauro Carvalho Chehab219-2/+61017