Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 382009
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- revdep-rebuild.original     2011-09-06 13:41:19.000000000 +0700
0
++ revdep-rebuild      2011-09-06 13:42:01.000000000 +0700
Lines 545-551 Link Here
545
       elif [[ -d $1 ]]; then
545
       elif [[ -d $1 ]]; then
546
               cd "$1"
546
               cd "$1"
547
       else
547
       else
548
               die 1 "Unable to find a satisfactory location for temporary files ($1)"
548
               if ! mkdir -p $1; then
549
                       die 1 "Unable to find a satisfactory location for temporary files ($1)"
550
               fi
549
       fi
551
       fi
550
       [[ $VERBOSE ]] && einfo "Temporary cache files are located in $PWD"
552
       [[ $VERBOSE ]] && einfo "Temporary cache files are located in $PWD"
551
       setup_rm
553
       setup_rm

Return to bug 382009