mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Fix some minor shellcheck errors in github upload and windows build scripts
This commit is contained in:
parent
ca0c4f2cc0
commit
2766e5ca6f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ curl -s \
|
|||
cat release.json
|
||||
id=$(grep '"id"' release.json | cut -d ':' -f2 | head -n1 | awk '{$1=$1;print}')
|
||||
id=${id%?}
|
||||
echo ${id:?}
|
||||
echo "${id:?}"
|
||||
|
||||
upload_file()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue