parent
0777dfd2eb
commit
b9412e82ae
1 changed files with 2 additions and 1 deletions
3
cd.sh
3
cd.sh
|
@ -658,7 +658,8 @@ cd_cat () {
|
|||
cd_echo () {
|
||||
if [ -n "${1}" ] ; then
|
||||
for cd_echo__name in "${@}" ; do
|
||||
eval "echo ${cd_echo__name} = \\\"\${${cd_echo__name}}\\\""
|
||||
eval "cd_echo__text=\"\${${cd_echo__name}}\""
|
||||
echo "${cd_echo__name} = \"${cd_echo__text}\""
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue