pixel: Remove double slash from paths
Change-Id: I0ba8b24f1ad47abf7621d3e723dd5a950a86e366
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user