eliminated noise from stderr
[feisty_meow.git] / scripts / rev_control / version_control.sh
index 6396a88af7218e864a532713d3c3db032b693bab..16bb21faf1a0d18bf60ae8ef5a6e2e634c918bfc 100644 (file)
@@ -15,7 +15,7 @@ source "$FEISTY_MEOW_SCRIPTS/tty/terminal_titler.sh"
 export MAX_DEPTH=5
 
 # use our splitter tool for lengthy output if it's available.
-if [ ! -z "$(which splitter)" ]; then
+if [ ! -z "$(which splitter 2>/dev/null)" ]; then
   TO_SPLITTER="$(which splitter)"
   # calculate the number of columsn in the terminal.
   cols=$(get_maxcols)