Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit 9b81910

Browse files
committed
Minor changes
1 parent b0af7f7 commit 9b81910

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

utils/.bash_profile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#
2+
# Copyright (C) 2020 IBM. All Rights Reserved.
3+
#
4+
# See LICENSE.txt file in the root directory
5+
# of this source tree for licensing information.
6+
#
7+
8+
# Sample .bash_profile file for a z/OS USS ID that will run CLAI
9+
110
# Invokes .bashrc
211
if [ -f $HOME/.bashrc ] ; then
312
source $HOME/.bashrc

utils/.bashrc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
# of this source tree for licensing information.
66
#
77

8-
# Sample bashrc file for a z/OS USS ID that will run CLAI
8+
# Sample .bashrc file for a z/OS USS ID that will run CLAI
99
#
1010
# Instructions: set the following environment variables as is appropriate for
11-
# your system configuration
11+
# your system configuration. If nothing else, you definitely need to change the
12+
# value of PYTHON_HOME.
1213

1314
# Respect file tags for ASCII/EBCDIC stuff.
1415
export _BPXK_AUTOCVT=ON
1516
export _CEE_RUNOPTS="FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)"
1617

17-
# Specify the name of the TCP/IP stack to be used, as defined in the
18-
# TCPIPJOBNAME statement in the related TCPIP.DATA.
19-
export _BPXK_SETIBMOPT_TRANSPORT=TCP342
18+
# Uncomment this if you need to specify the name of a particular TCP/IP stack to
19+
# be used; needed when your system configuration uses multiple TCP/IP stacks.
20+
#export _BPXK_SETIBMOPT_TRANSPORT=TCP342
2021

2122
# Configure Python
2223
export PYTHON_HOME=/path/to/python

utils/.profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# of this source tree for licensing information.
66
#
77

8-
# Sample Bash profile for a z/OS USS ID that will run CLAI
8+
# Sample bash profile for a z/OS USS ID that will run CLAI
99
#
1010
# Instructions: Uncomment the `export SHELL` statement that is appropriate for
1111
# your system configuration

utils/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Profile setup:
22

3-
Copy the _.profile_ and _.bash_profile_ into your home directory on z/OS in the USS subsystem.
3+
Copy the _.profile_, _.bashrc_, and _.bash_profile_ files into your home
4+
directory on z/OS in the USS subsystem.

0 commit comments

Comments
 (0)