Check-in [256cf626f6]
Overview
Comment:Fixed hash-bang line for header patching script
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 256cf626f61fb1d29a7a46c5fe763a4fd34c4d64
User & Date: rkeene on 2016-01-25 18:49:06
Other Links: manifest | tags
Context
2016-01-25
20:30
Updated to use more universal hash-bang lines for scripts check-in: 634ad56305 user: rkeene tags: trunk
18:49
Fixed hash-bang line for header patching script check-in: 256cf626f6 user: rkeene tags: trunk
18:31
Added support for additional ways of representing the x86_64 machine name check-in: 9a09044c1d user: rkeene tags: trunk
Changes

Modified patch-headers.sh from [c30cc4c3b3] to [d0c4a0c4ce].

1
2
3
4
5
6
7
8
#! /bin/bash

headers_dir="$1"

cd "${headers_dir}" || exit 1

# Android header fix-ups
## Do not abort compilation at header include time
|







1
2
3
4
5
6
7
8
#! /usr/bin/env bash

headers_dir="$1"

cd "${headers_dir}" || exit 1

# Android header fix-ups
## Do not abort compilation at header include time