Some small fixes
This commit is contained in:
parent
a479850890
commit
f6961821b9
@ -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…
x
Reference in New Issue
Block a user