and a fix for the splitter code
[feisty_meow.git] / scripts / rev_control / version_control.sh
index 475ae748c05363a71e510e2be185664ecfa6dc9c..fd300d070b4e04f35c6ba2df06f484d8274a23c4 100644 (file)
@@ -15,7 +15,7 @@ export MAX_DEPTH=5
 
 # use our splitter tool for lengthy output if it's available.
 if [ ! -z "$(which splitter)" ]; then
-  TO_SPLITTER='| splitter'
+  TO_SPLITTER="| \"$(which splitter)\""
 fi
 
 ##############