We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76b3d7 commit 423b0f0Copy full SHA for 423b0f0
etc/profile.d/tykky.sh
@@ -16,7 +16,6 @@ __tykky_dir="$(realpath $(dirname $(dirname "$__tykky_dir")))"
16
17
# Add the tykky tools to PATH if not present
18
if [ "${PATH#*$__tykky_dir/bin:}" = "$PATH" ]; then
19
- echo "export PATH"
20
export PATH="$__tykky_dir/bin:$PATH"
21
fi
22
@@ -31,7 +30,6 @@ unset __function
31
30
32
# KSH does not support exporting functions
33
if [ "${FPATH#*$__tykky_dir/share/sh_functions:}" = "$FPATH" ]; then
34
- echo "export FPATH"
35
export FPATH="$__tykky_dir/share/sh_functions:$FPATH"
36
37
0 commit comments