ansible-role--bashrc/files/bashrc.d/02-debian-variables.sh

7 lines
127 B
Bash
Raw Normal View History

2015-11-17 11:07:59 +00:00
#!/bin/sh
export DEBEMAIL="glenux@glenux.net"
export DEBFULLNAME="Glenn Y. Rolland"
export buildArea=$HOME/debian/build-area