DragonFly commits List (threaded) for 2009-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: distrib-dirs: invert logic
commit aa5651e69cb736a7b900dbc0ab1e98651147cf42
Author: Simon Schubert <simon.schubert@epfl.ch>
Date: Tue Aug 18 18:16:50 2009 +0200
distrib-dirs: invert logic
If test ! -e sys fails, no ln will be called, but also the return value
of the whole command will be non-zero. In this make will abort. Fix
this by inverting the logic, either returning zero from the successful
test -e sys, or returning the return value of the ln -s.
Summary of changes:
etc/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aa5651e69cb736a7b900dbc0ab1e98651147cf42
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]