From 423b0f07a52ad2e756f050a11c6e945253c714b3 Mon Sep 17 00:00:00 2001 From: Xavier Abellan Ecija Date: Thu, 3 Oct 2024 09:51:36 +0000 Subject: [PATCH] Small tidyup of tykky.sh --- etc/profile.d/tykky.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/profile.d/tykky.sh b/etc/profile.d/tykky.sh index 13e2516..1e55baf 100644 --- a/etc/profile.d/tykky.sh +++ b/etc/profile.d/tykky.sh @@ -16,7 +16,6 @@ __tykky_dir="$(realpath $(dirname $(dirname "$__tykky_dir")))" # Add the tykky tools to PATH if not present if [ "${PATH#*$__tykky_dir/bin:}" = "$PATH" ]; then - echo "export PATH" export PATH="$__tykky_dir/bin:$PATH" fi @@ -31,7 +30,6 @@ unset __function # KSH does not support exporting functions if [ "${FPATH#*$__tykky_dir/share/sh_functions:}" = "$FPATH" ]; then - echo "export FPATH" export FPATH="$__tykky_dir/share/sh_functions:$FPATH" fi