summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af>2013-07-09 04:21:09 +0000
committerscottmg@chromium.org <scottmg@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af>2013-07-09 04:21:09 +0000
commit998b034898de7433e13f4401e42ca39c10087050 (patch)
tree5f13a51d4d37adfd945c4cdbadf840cfa2a06d6e
parent51f8671e56c9001aa7781111bd141219b343dde9 (diff)
downloadgyp-998b034898de7433e13f4401e42ca39c10087050.tar.gz
fix interpreter and line endings for 'gyp'
After r1667. TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/18778003 git-svn-id: http://gyp.googlecode.com/svn/trunk@1669 78cadc50-ecff-11dd-a971-7dbc132099af
-rwxr-xr-xgyp14
1 files changed, 7 insertions, 7 deletions
diff --git a/gyp b/gyp
index ed09face..9dd62c6d 100755
--- a/gyp
+++ b/gyp
@@ -1,7 +1,7 @@
-#!/usr/bin/bash
-# Copyright 2013 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.
-
-BASE=`dirname $0`
-python $BASE/gyp_main.py
+#!/bin/bash
+# Copyright 2013 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.
+
+BASE=`dirname $0`
+python $BASE/gyp_main.py