Skip to content

Commit e595876

Browse files
taccarttaccart
authored andcommitted
#shellcheck disable=SC2140
1 parent 6f3a685 commit e595876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,7 @@ function hadoop_add_param
11661166
fi
11671167
if [ $accepted == true ]; then
11681168
hadoop_debug "'${!1}' accepted new key '$2', value '$3'"
1169+
#shellcheck disable=SC2140
11691170
eval "$1"="\"${!1} $3\""
11701171
if [[ ${!1:0:1} = ' ' ]]; then
11711172
#shellcheck disable=SC2140

0 commit comments

Comments
 (0)