move promote_pipe_return to core functions
[feisty_meow.git] / scripts / rev_control / version_control.sh
index e0102f61ec194e9bed507b1c36bd547750a7d2c8..fad415785f99d2c46294126a6994393b82d43db3 100644 (file)
@@ -45,10 +45,10 @@ fi
 
 #hmmm: move this to core
 # this makes the status of pipe N into the main return value.
-function promote_pipe_return()
-{
-  ( exit ${PIPESTATUS[$1]} )
-}
+#function promote_pipe_return()
+#{
+#  ( exit ${PIPESTATUS[$1]} )
+#}
 
 ##############