forked from ungleich-public/cdist
Remove commented old code.
This commit is contained in:
parent
f926c73e10
commit
ee3e9a56f1
1 changed files with 0 additions and 2 deletions
|
@ -42,10 +42,8 @@ contains_element() {
|
||||||
MATCH=0
|
MATCH=0
|
||||||
|
|
||||||
target=$1
|
target=$1
|
||||||
# keys="${@:2}"
|
|
||||||
shift
|
shift
|
||||||
|
|
||||||
# for key in ${keys}; do
|
|
||||||
for key in "$@"; do
|
for key in "$@"; do
|
||||||
if [ "${key}" = "${target}" ]; then
|
if [ "${key}" = "${target}" ]; then
|
||||||
MATCH=1
|
MATCH=1
|
||||||
|
|
Loading…
Reference in a new issue