From 6df3334cebf2aeddfcd4a56dff51004a45cff1f8 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 15 Sep 2009 20:39:14 +0000 Subject: [PATCH] Mark depot_tools scripts as bash scripts. BUG=13668 TEST=none Review URL: http://codereview.chromium.org/203075 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26262 0039d316-1c4b-4281-b951-d872f2087c98 --- drover | 2 +- gcl | 2 +- gclient | 2 +- revert | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drover b/drover index 3cffd980db..8520a7fcda 100644 --- a/drover +++ b/drover @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2009 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. diff --git a/gcl b/gcl index 7ea6703930..b77d58272d 100755 --- a/gcl +++ b/gcl @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2009 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. diff --git a/gclient b/gclient index e237efdd89..c377660002 100755 --- a/gclient +++ b/gclient @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2009 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. diff --git a/revert b/revert index 6c1a79d01e..0758d64759 100755 --- a/revert +++ b/revert @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2009 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.