From b7217e197dd4212c6e33c58c3cb8718616153d32 Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Fri, 12 Sep 2014 16:36:04 +0000 Subject: [PATCH] Eliminate "mungepath". Improve performance and assure script will not touch disk. --- tools/profile.d-usrblackbox.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/profile.d-usrblackbox.sh b/tools/profile.d-usrblackbox.sh index 8b63698..0bbd8c4 100644 --- a/tools/profile.d-usrblackbox.sh +++ b/tools/profile.d-usrblackbox.sh @@ -1,4 +1,2 @@ x=/usr/blackbox/bin -if type pathmunge>/dev/null 2>&1;then -pathmunge $x -else case ":$PATH:" in *:$x:*);;*)PATH="$x:$PATH";;esac;fi \ No newline at end of file +case ":$PATH:" in *:$x:*);;*)PATH="$x:$PATH";;esac \ No newline at end of file