minor settrans changes

This commit is contained in:
Christopher Jeffrey 2012-05-27 19:21:14 -05:00
parent d52f7a06db
commit 84b7c3e65d
1 changed files with 6 additions and 5 deletions

View File

@ -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