This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: carlton_dictionary-branch


> Dave, don't forget to add something like:
> grep `whoami` MAINTAINERS >/dev/null
> if [ $? != 0 ]; then exit 1; fi
> 
> to configure.
> :)

Won't it be shorter to say

grep -q `whoami` MAINTAINERS || exit 1

:-)
Cheers,
Phi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]