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