stefanf 2006-04-02 18:51:32 UTC FreeBSD src repository
Modified files: bin/sh main.c Log: Issue an error when . (dot) is invoked without a filename. The synopsis is just ". file" according to POSIX, however many other shells allow arguments to be passed after the file. For compatibility (we even use that feature in buildworld) additional arguments are not considered to be an error, even though this shell does not do anything with the arguments at all. Revision Changes Path 1.28 +10 -8 src/bin/sh/main.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"