Skip to content

Commit 423b0f0

Browse files
committed
Small tidyup of tykky.sh
1 parent d76b3d7 commit 423b0f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

etc/profile.d/tykky.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __tykky_dir="$(realpath $(dirname $(dirname "$__tykky_dir")))"
1616

1717
# Add the tykky tools to PATH if not present
1818
if [ "${PATH#*$__tykky_dir/bin:}" = "$PATH" ]; then
19-
echo "export PATH"
2019
export PATH="$__tykky_dir/bin:$PATH"
2120
fi
2221

@@ -31,7 +30,6 @@ unset __function
3130

3231
# KSH does not support exporting functions
3332
if [ "${FPATH#*$__tykky_dir/share/sh_functions:}" = "$FPATH" ]; then
34-
echo "export FPATH"
3533
export FPATH="$__tykky_dir/share/sh_functions:$FPATH"
3634
fi
3735

0 commit comments

Comments
 (0)