Masato Taruishi
taru****@users*****
2004年 10月 9日 (土) 14:12:56 JST
=================================================================== RCS file: ultrapossum/modules.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ultrapossum/modules.in 2004/10/04 10:43:41 1.47 +++ ultrapossum/modules.in 2004/10/09 05:12:56 1.48 @@ -69,10 +69,11 @@ if test "x$ULTRAPOSSUMDEFAULT" != "x"; then cache="" elif ! test -O "$CACHEDIR/$cache"; then - echo "W: cache is owned by another uid: $CACHEDIR/$cache" 1>&2 + if test -f "$CACHEDIR/$cache"; then + echo "W: cache is owned by another uid: $CACHEDIR/$cache" 1>&2 + fi cache="" - fi - if test "x$cache" != "x"; then + else . $CACHEDIR/$cache fi fi