pixel: Remove double slash from paths

Change-Id: I0ba8b24f1ad47abf7621d3e723dd5a950a86e366
This commit is contained in:
Michael Bestas
2022-01-13 16:52:45 +02:00
parent 3e026106de
commit 7e53904b28
6 changed files with 9 additions and 9 deletions

View File

@@ -21,8 +21,8 @@ trap 'error_m interrupted!' SIGINT
### CONSTANTS ###
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly vars_path="${script_path}/../vars/"
readonly top="${script_path}/../../../"
readonly vars_path="${script_path}/../vars"
readonly top="${script_path}/../../.."
readonly work_dir="${WORK_DIR:-/tmp/pixel}"

View File

@@ -21,8 +21,8 @@ trap 'error_m interrupted!' SIGINT
### CONSTANTS ###
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly vars_path="${script_path}/../vars/"
readonly top="${script_path}/../../../"
readonly vars_path="${script_path}/../vars"
readonly top="${script_path}/../../.."
readonly work_dir="${WORK_DIR:-/tmp/pixel}"

View File

@@ -22,7 +22,7 @@ trap 'error_m interrupted!' SIGINT
### CONSTANTS ###
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly vars_path="${script_path}/../vars/"
readonly vars_path="${script_path}/../vars"
readonly work_dir="${WORK_DIR:-/tmp/pixel}"

View File

@@ -22,7 +22,7 @@ trap 'error_m interrupted!' SIGINT
### CONSTANTS ###
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly vars_path="${script_path}/../vars/"
readonly vars_path="${script_path}/../vars"
readonly work_dir="${WORK_DIR:-/tmp/pixel}"

View File

@@ -22,8 +22,8 @@ trap 'error_m interrupted!' SIGINT
### CONSTANTS ###
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly vars_path="${script_path}/../vars/"
readonly top="${script_path}/../../../"
readonly vars_path="${script_path}/../vars"
readonly top="${script_path}/../../.."
readonly extract_ota_py="${top}/tools/extract-utils/extract_ota.py"

View File

@@ -22,7 +22,7 @@ trap 'error_m interrupted!' SIGINT
### CONSTANTS ###
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly vars_path="${script_path}/../vars/"
readonly vars_path="${script_path}/../vars"
readonly tmp_dir="${TMPDIR:-/tmp}/pixel"