#!/bin/bash # Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. # Description: This shell script is used to apply patches for the project # Author: lixiang172@huawei.com # Create: 2020-08-21 set -ex pkg=isula-build cwd=${PWD} src=${cwd}/${pkg} tar_file=v"$(awk -F"-" '{print $1}'