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

(-)revdep-rebuild.orig (-1 / +1 lines)
Lines 257-263 Link Here
257
fi
257
fi
258
258
259
# check if it's GNU's stat or BSD's stat...
259
# check if it's GNU's stat or BSD's stat...
260
if stat 2>&1 | grep coreutils; then
260
if stat --version 2>&1 | grep coreutils > /dev/null; then
261
	STAT="stat -c %Y "
261
	STAT="stat -c %Y "
262
else
262
else
263
	STAT="stat -f %m "
263
	STAT="stat -f %m "

Return to bug 105381