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
This commit is contained in:
thestig@chromium.org
2009-09-15 20:39:14 +00:00
parent a135e356ef
commit 6df3334ceb
4 changed files with 4 additions and 4 deletions

2
drover
View File

@@ -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.

2
gcl
View File

@@ -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.

View File

@@ -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.

2
revert
View File

@@ -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.