diff options
author | Mike Klein <mtklein@google.com> | 2015-09-15 08:29:02 -0400 |
---|---|---|
committer | Mike Klein <mtklein@google.com> | 2015-09-15 08:29:02 -0400 |
commit | 5d2be0df43b4d2dd97aabef1cde1a50144273520 (patch) | |
tree | d509a07a6fe194578060142b7567152bb75c8cd7 /cmake | |
parent | 5dd918bb6f56dd0a4e400b5107fcfff1e4dcc3c1 (diff) |
cmake_build is a bash script.
BUG=skia:4269
Review URL: https://codereview.chromium.org/1334203003 .
Diffstat (limited to 'cmake')
-rwxr-xr-x | cmake/cmake_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake_build b/cmake/cmake_build index 0d45d7d778..beee73f954 100755 --- a/cmake/cmake_build +++ b/cmake/cmake_build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2015 Google Inc. # # Use of this source code is governed by a BSD-style license that can be |