sh/lint
This commit is contained in:
parent
c494c59f06
commit
aa76386700
1 changed files with 1 additions and 0 deletions
1
pidd.sh
1
pidd.sh
|
@ -664,6 +664,7 @@ pidd_cat () {
|
||||||
pidd_echo () {
|
pidd_echo () {
|
||||||
if [ -n "${1}" ] ; then
|
if [ -n "${1}" ] ; then
|
||||||
for pidd_echo__name in "${@}" ; do
|
for pidd_echo__name in "${@}" ; do
|
||||||
|
pidd_echo__text=""
|
||||||
eval "pidd_echo__text=\"\${${pidd_echo__name}}\""
|
eval "pidd_echo__text=\"\${${pidd_echo__name}}\""
|
||||||
echo "${pidd_echo__name} = \"${pidd_echo__text}\""
|
echo "${pidd_echo__name} = \"${pidd_echo__text}\""
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue