# # patch "contrib/monoprof.sh" # from [38922277724852f1286848a75ed1232bef163b6a] # to [ba14875386baabc9acae0fc1b8a5e2e88fea2144] # --- contrib/monoprof.sh +++ contrib/monoprof.sh @@ -250,7 +250,7 @@ monotone update fi if [ ${BUILD} = "true" ] ; then - make || ( echo -e "Build failed.\nNot profiling." >2 ; exit 1 ) + make || ( echo -e "Build failed.\nNot profiling." >&2 ; exit 1 ) fi popd