Skip to content

Commit

Permalink
Merge pull request #126 from gerickson/user/gerickson/update-nlbuild-…
Browse files Browse the repository at this point in the history
…autotools-1.6.20

Update nlbuild-autotools to 1.6.20
  • Loading branch information
woody-apple authored Mar 26, 2020
2 parents 758e19a + bfba225 commit 809a98e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

#
# <COPYRIGHT>
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlbuild-autotools/repo/.default-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.19
1.6.20
1 change: 1 addition & 0 deletions third_party/nlbuild-autotools/repo/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.local-version
tools/host/
8 changes: 8 additions & 0 deletions third_party/nlbuild-autotools/repo/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.6.20 (2020-03-26)

* Ensure that several scripts that use bashisms specify bash
for the shebang. Additionally, invoke bash through env to
maximize downrev shell compatibility.

* Add tools/host/... to .gitignore.

1.6.19 (2020-03-18)

* Fix awk invocation error in tools/packages/build triggered by
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlbuild-autotools/repo/examples/bootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

#
# Copyright 2020 Google LLC. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlbuild-autotools/repo/scripts/bootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#
# Copyright 2019-2020 Google LLC. All Rights Reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

#
# Copyright 2014-2016 Nest Labs Inc. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlbuild-autotools/repo/scripts/mkskeleton
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#
# Copyright 2015-2018 Nest Labs Inc. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlbuild-autotools/repo/scripts/mkversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#
# Copyright 2011-2016 Nest Labs Inc. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlbuild-autotools/repo/tools/packages/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

#
# Copyright 2014-2018 Nest Labs Inc. All Rights Reserved.
Expand Down

0 comments on commit 809a98e

Please sign in to comment.