From 0d50e405a5fe5af628eb16ecae38962ce371a39d Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 12 Dec 2008 07:39:26 +0000 Subject: Apply svn:executable to .py files which should have it. Review URL: http://codereview.chromium.org/14012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6884 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/extensions/chromium_extension.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 chrome/tools/extensions/chromium_extension.py (limited to 'chrome/tools/extensions') diff --git a/chrome/tools/extensions/chromium_extension.py b/chrome/tools/extensions/chromium_extension.py old mode 100644 new mode 100755 index 078c6e2..1151652 --- a/chrome/tools/extensions/chromium_extension.py +++ b/chrome/tools/extensions/chromium_extension.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/python # Copyright (c) 2006-2008 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. -- cgit v1.1