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

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- ut.orig  2006-12-27 12:48:26.000000000 +0100
0
++ ut  2006-12-27 12:50:02.000000000 +0100
Lines 30-36 Link Here
30
        fullpath="`ls -l "$fullpath" | awk '{print $11}'`"
30
   # Bugfix: Something changed either in awk or ls output
31
        newfullpath="`ls -l "$fullpath" | awk '{print $11}'`"
32
   if [ "$newfullpath" = "" ]; then
33
          newfullpath="`ls -l "$fullpath" | awk '{print $10}'`"    
34
   fi
35
   fullpath=$newfullpath

Return to bug 159198