1#!/bin/bash 2# 3# Copyright 2021 The ChromiumOS Authors 4# Use of this source code is governed by a BSD-style license that can be 5# found in the LICENSE file. 6 7set -e 8 9readonly script_dir="$(dirname "$(realpath -e "${BASH_SOURCE[0]}")")" 10cd "${script_dir}" 11 12config/bin/build_config --output-dir config dut_attributes.star 13 14# Replace tabs with spaces for easier diff. 15sed -i 's/\t/ /g' "${script_dir}"/config/generated/dut_attributes.jsonproto 16