Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159198 | Differences between
and this patch

Collapse All | Expand All

(-)a/ucc (-1 / +1 lines)
Lines 30-36 Link Here
30
    fi
30
    fi
31
    # Is the awk/ls magic portable?
31
    # Is the awk/ls magic portable?
32
    if [ -L "$fullpath" ]; then
32
    if [ -L "$fullpath" ]; then
33
        fullpath="`ls -l "$fullpath" | awk '{print $11}'`"
33
        fullpath="`readlink "$fullpath"`"
34
    fi
34
    fi
35
    dirname $fullpath
35
    dirname $fullpath
36
}
36
}
(-)a/ut (-1 / +1 lines)
Lines 30-36 Link Here
30
    fi
30
    fi
31
    # Is the awk/ls magic portable?
31
    # Is the awk/ls magic portable?
32
    if [ -L "$fullpath" ]; then
32
    if [ -L "$fullpath" ]; then
33
             fullpath="`ls -l "$fullpath" | awk '{print $11}'`"
33
             fullpath="`readlink "$fullpath"`"
34
    fi
34
    fi
35
    dirname $fullpath
35
    dirname $fullpath
36
}
36
}

Return to bug 159198