From 711a16a9cd86b922236e00ba429cbc34c1587ea5 Mon Sep 17 00:00:00 2001 From: "cmp@chromium.org" Date: Sat, 21 May 2011 09:30:43 +0000 Subject: [PATCH] Revert r86185 use /bin/bash for update_depot_tools. This is causing a failure with dash interpreters. Will revert this change and do testing in that environment before next landing. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@86211 0039d316-1c4b-4281-b951-d872f2087c98 --- update_depot_tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_depot_tools b/update_depot_tools index d8b1b7feb..b4e6089bb 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -1,5 +1,5 @@ -#!/bin/sh -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +#!/usr/bin/env bash +# Copyright (c) 2010 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.