eliminated noise from stderr
authorChris Koeritz <fred@gruntose.com>
Wed, 15 Nov 2017 16:47:18 +0000 (11:47 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 15 Nov 2017 16:47:18 +0000 (11:47 -0500)
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)