Codebase list debian-goodies / 287cf30
Fix typo in dman code Gbp-Dch: Ignore Axel Beckert 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2828 if [ -r /etc/lsb-release ] ; then
2929 . /etc/lsb-release
3030 else
31 DISTRIB_CODENAME=$(lsb_releasae -c -s 2>/dev/null)
31 DISTRIB_CODENAME=$(lsb_release -c -s 2>/dev/null)
3232 fi
3333 # default to stable if LSB fails or is absent
3434 DISTRIB_CODENAME=${DISTRIB_CODENAME:-stable}