From 252dfdee9fabc459a16ebb7ffb58213ef50ead83 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 9 Jan 2020 08:43:44 +0000 Subject: [PATCH] bash: remove debug message from addpath --- bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc b/bashrc index af5d893..fdae3fc 100644 --- a/bashrc +++ b/bashrc @@ -11,7 +11,6 @@ addpath() { at_end=$2 FOUND=$(echo $PATH | grep $wanted_path) if [ $? -ne 0 ] ; then - echo "Found with grep" if [ "$at_end" == "" ] ; then export PATH=$wanted_path:$PATH else