contrib: reformat most shell scripts
Mostly just indentations. For consistency, to conform to .editorconfig.
This commit is contained in:
@@ -15,7 +15,7 @@ fi
|
||||
|
||||
cd "$PROJECT_ROOT"
|
||||
|
||||
version=`git describe --tags --abbrev=0`
|
||||
version=$(git describe --tags --abbrev=0)
|
||||
echo $version
|
||||
|
||||
if [ -z "$ELECBUILD_UPLOADFROM" ]; then
|
||||
|
||||
Reference in New Issue
Block a user