X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;h=fad415785f99d2c46294126a6994393b82d43db3;hb=c7024b410857b8f1cc727b5eae30fb79a11c5aff;hp=e0102f61ec194e9bed507b1c36bd547750a7d2c8;hpb=4e0d105164d48387cb49d71a695bfed9a94b8221;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index e0102f61..fad41578 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -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]} ) +#} ##############