[util] support netrunner in eval_edition()

This commit is contained in:
udeved 2015-11-13 22:16:32 +01:00
parent ff5b5f193e
commit f6038cdefb

View file

@ -550,6 +550,9 @@ eval_edition(){
$(load_set 'community')|$(load_set 'community-minimal'))
iso_edition='community'
;;
$(load_set 'netrunner'))
iso_edition='netrunner'
;;
esac"
}