2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Merge pull request #79 from ocfplc/csh_profile

Add csh environment
This commit is contained in:
Jarrod Johnson 2017-05-03 08:58:41 -04:00 committed by GitHub
commit 44892ae1f9
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
setenv PATH /opt/confluent/bin:$PATH

View File

@ -11,5 +11,5 @@ setup(
url='http://xcat.sf.net/',
packages=['confluent'],
scripts=scriptlist,
data_files=[('/etc/profile.d', ['confluent_env.sh'])],
data_files=[('/etc/profile.d', ['confluent_env.sh','confluent_env.csh'])],
)