Repository: ambari Updated Branches: refs/heads/branch-2.1 2488fa8bc -> ab526ff5f
AMBARI-11799: [WinTP2] Build stalls at ambari-admin (jluniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ab526ff5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ab526ff5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ab526ff5 Branch: refs/heads/branch-2.1 Commit: ab526ff5f4d00df2db6a4d661f52a2bb2bf9765d Parents: 2488fa8 Author: Jayush Luniya <[email protected]> Authored: Mon Jun 8 15:14:26 2015 -0700 Committer: Jayush Luniya <[email protected]> Committed: Mon Jun 8 15:15:35 2015 -0700 ---------------------------------------------------------------------- ambari-admin/set-ambari-version.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ab526ff5/ambari-admin/set-ambari-version.cmd ---------------------------------------------------------------------- diff --git a/ambari-admin/set-ambari-version.cmd b/ambari-admin/set-ambari-version.cmd index 14fdec6..2b827fc 100644 --- a/ambari-admin/set-ambari-version.cmd +++ b/ambari-admin/set-ambari-version.cmd @@ -14,4 +14,4 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. -powershell -File set-ambari-version.ps1 %* \ No newline at end of file +powershell -File set-ambari-version.ps1 %* < NUL \ No newline at end of file
