Browse Source
Updating global variable's name to follow a consistent naming convention. Change accomplished with the following script: #!/bin/bash echo "Searching for ${1} to replace with ${2}" find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" \) \ ! -path "./host/src/genIdt/*" \ ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g'; Change-Id: I3597e8ec742b6317cc3f3513a283326a32b789eb Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>pull/255/head
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue