From 917bcbb22e81f453e019a31c52734e172fe5b264 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 26 Feb 2009 02:52:13 +0100 Subject: removed message if no node scripts are available --- bashrc/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc/main.sh b/bashrc/main.sh index 7199867..aa1c10c 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -59,7 +59,7 @@ _load() { fi if [[ -r ${base}/${path} || ($1 == "node" && $2 == "*") ]]; then - source ${base}/${path} + source ${base}/${path} 2>&1 > /dev/null elif [[ ${pedantic} -eq 1 ]]; then echo "error: cannot find necessary startup file: ${base}/${path}" fi -- cgit v1.2.3