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

(-)a/share/genbuild.sh (-1 / +1 lines)
Lines 11-17 else Link Here
11
    exit 1
11
    exit 1
12
fi
12
fi
13
13
14
if [ -e "$(which git)" ]; then
14
if [ -d ../.git ]; then
15
    # clean 'dirty' status of touched files that haven't been modified
15
    # clean 'dirty' status of touched files that haven't been modified
16
    git diff >/dev/null 2>/dev/null 
16
    git diff >/dev/null 2>/dev/null 
17
17

Return to bug 476294