bugfixing..

This commit is contained in:
pika 2025-05-24 12:36:29 +02:00
parent ad09057d89
commit 49a572588a

View file

@ -442,7 +442,7 @@ dist_setup() {
_setup debian
# Codename support
if [ -n $VERSION_CODENAME ]; then
export $VERSION_CODENAME=$VERSION_CODENAME
export $VERSION_CODENAME=true
# exports the version codename as a variable like..
# trixie) trixie=true ;;
# bookworm) bookworm=true ;;
@ -456,7 +456,7 @@ dist_setup() {
_setup ubuntu
# Codename support
if [ -n $VERSION_CODENAME ]; then
export $VERSION_CODENAME=$VERSION_CODENAME
export $VERSION_CODENAME=true
# exports the version codename as a variable like..
# noble) noble=true ;;
# jammy) jammy=true ;;