Merge "labs: remove redundant local declaration"

This commit is contained in:
Jenkins 2014-08-30 16:28:05 +00:00 committed by Gerrit Code Review
commit 131121e389

View File

@ -192,7 +192,7 @@ function wait_for_autofiles {
function _autostart_queue {
local SRC_DIR=${1%/*}
# if SRC_DIR is a code, turn it into a real path
local SRC_DIR="$(src_dir_code_to_dir "$SRC_DIR")"
SRC_DIR="$(src_dir_code_to_dir "$SRC_DIR")"
local SRC_NAME=${1##*/}