commit | a0da564ad0b75644625bb5b17fc5d80ca8bf399a | [log] [tgz] |
---|---|---|
author | Tim Detwiler <tjdetwiler@fuchsia.infra.roller.google.com> | Mon Mar 27 18:21:45 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 27 11:23:11 2023 -0700 |
tree | 2afdef115328369a511ba25690f0a8d12e76a575 | |
parent | 4b7027af8b32f6f5d3759d3812594b4adf1232e3 [diff] |
[roll] Roll fuchsia [f2fs][virt] Replace non-portable 'read -n' Only bash supports 'read -n'. To be portable, we replace: read -n 1 || echo -n "0" with: wc -c | tr -d \n The primary difference is the former solution returned the value of the first non-0 byte, whereas the new solution returns the count of non-zero bytes. Original-Bug: 123888 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/825056 Original-Revision: 1b0e20f6a778d129cf19711b90720ada95d189f8 GitOrigin-RevId: f960ed5e0daadb9d76381db94b39a12064b12b8e Change-Id: Ieb1102142457df4cb7c9acfab3dcb9c6848e14c8
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.