minor settrans changes
This commit is contained in:
parent
d52f7a06db
commit
84b7c3e65d
|
@ -26,6 +26,7 @@ cur=
|
||||||
root=
|
root=
|
||||||
parent=
|
parent=
|
||||||
active=
|
active=
|
||||||
|
i=
|
||||||
|
|
||||||
while getopts "scn:w:o:" option; do
|
while getopts "scn:w:o:" option; do
|
||||||
case "$option" in
|
case "$option" in
|
||||||
|
@ -52,7 +53,7 @@ while true; do
|
||||||
| grep Parent \
|
| grep Parent \
|
||||||
| sed 's/^.*\(0x\S*\).*$/\1/')
|
| sed 's/^.*\(0x\S*\).*$/\1/')
|
||||||
|
|
||||||
if [ "$parent" = "$root" ]; then
|
if test "$parent" = "$root"; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue