summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorchromium@hybridsource.org <chromium@hybridsource.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-28 04:06:43 +0000
committerchromium@hybridsource.org <chromium@hybridsource.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-28 04:06:43 +0000
commit1fd5302cf7083ff593667703d144aa84d3cf7e5d (patch)
treed64d5a1e377638aa696b57d4ba2bb928779752b5 /chrome/tools
parent8b02f7de252dba372f6f393a2f0130f893af3cb9 (diff)
downloadchromium_src-1fd5302cf7083ff593667703d144aa84d3cf7e5d.zip
chromium_src-1fd5302cf7083ff593667703d144aa84d3cf7e5d.tar.gz
chromium_src-1fd5302cf7083ff593667703d144aa84d3cf7e5d.tar.bz2
Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them apply to non-linux Unix also. Non-linux Unices tested are the BSDs and Solaris.
Review URL: http://codereview.chromium.org/3556009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-xchrome/tools/build/linux/sed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/tools/build/linux/sed.sh b/chrome/tools/build/linux/sed.sh
index 22615cb..4605f7d 100755
--- a/chrome/tools/build/linux/sed.sh
+++ b/chrome/tools/build/linux/sed.sh
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/bin/sh
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 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.