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