diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-20 08:07:21 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-20 08:07:21 (EDT) |
commit | b3964c79208541d21e7177ab0d67703e89b76612 (patch) | |
tree | 12820de7ecf45a69605a5cc9a8c52d9206e2d7bd | |
parent | 54c1dc2ce325b82e16cc9cce895b7d442b2f4f21 (diff) |
dist-vars.sh: Set os-release variables
-rw-r--r-- | dist-vars.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist-vars.sh b/dist-vars.sh index bd92411..0e4192a 100644 --- a/dist-vars.sh +++ b/dist-vars.sh @@ -15,3 +15,7 @@ dist_motd_banner="$(cat <<'EOF' EOF )" # A single quote to fix Vim syntax highlighting: ' + +dist_ansi_color='1;34' +dist_home_url='http://www.proteanos.com/' +dist_bug_url='mailto:proteanos-dev@lists.proteanos.com' |