On 3/5/19 9:21 AM, Peter Maydell wrote: > + if test -d .git; then \ As mentioned somewhere else this week, test -e, since .git may be a file.
Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
On 3/5/19 9:21 AM, Peter Maydell wrote: > + if test -d .git; then \ As mentioned somewhere else this week, test -e, since .git may be a file.
Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~