Some small fixes
This commit is contained in:
parent
f5df1934b9
commit
5bbe789504
|
@ -21,6 +21,7 @@ PRIVATE chk_argtps();
|
|||
PRIVATE char *next_argtype();
|
||||
PRIVATE int type_match();
|
||||
PRIVATE form_type();
|
||||
PRIVATE conv_format(id, act, form)
|
||||
|
||||
int
|
||||
type_equal(act, form)
|
||||
|
|
|
@ -131,7 +131,7 @@ case "$LIBRARY" in
|
|||
;;
|
||||
esac
|
||||
|
||||
if /bin/test ! -r $LIBRARY
|
||||
if test ! -r $LIBRARY
|
||||
then cp /dev/null $LIBRARY
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue