Codebase list debian-goodies / bbcf70f
disable debugging: display the manpage again this was done to debug the call sequence, as the mancall was cluttering -x output Antoine Beaupré 7 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
6767 trap "rm -rf $mandir" EXIT HUP INT QUIT TERM
6868 man="$mandir/$PAGE"
6969 if wget -O "$man" "$URL/$DISTRIB_CODENAME/manpages$LOCPATH/$PAGE$LOCDOT.gz" 2>/dev/null; then
70 echo man $MAN_ARGS -l "$man" || true
70 man $MAN_ARGS -l "$man" || true
7171 exit 0
7272 fi
7373 # try again without locale
7474 if [ "$LOCALE" != "" ] && wget -O "$man" "$URL/$DISTRIB_CODENAME/manpages/$PAGE.en.gz" 2>/dev/null; then
75 echo man $MAN_ARGS -l "$man" || true
75 man $MAN_ARGS -l "$man" || true
7676 exit 0
7777 fi