scripts/*: rename 'INDENT' variable to not interference with upcoming Mesa's 'INDENT' variable

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2012-10-22 02:00:23 +02:00
parent 18f215accb
commit 62b661caa5
7 changed files with 16 additions and 16 deletions

View File

@@ -57,8 +57,8 @@ if [ -n "$PKG_URL" ]; then
rm -f $STAMP
printf "%${INDENT}c GET $1\n" ' '>&$SILENT_OUT
export INDENT=$((${INDENT:-1}+$INDENT_SIZE))
printf "%${BUILD_INDENT}c GET $1\n" ' '>&$SILENT_OUT
export BUILD_INDENT=$((${BUILD_INDENT:-1}+$BUILD_INDENT_SIZE))
until [ -f "$STAMP" ] || $WGET_CMD $i || $WGET_CMD $PACKAGE_MIRROR; do
NBWGET=$(($NBWGET+1))