[Omake] Command syntax
Dmitry Bely
dmitry.bely at gmail.com
Mon Jun 12 07:28:53 PDT 2006
On 6/12/06, Benjamin Pierce <bcpierce at cis.upenn.edu> wrote:
> ... this should be a legal shell command:
>
> > foobar:
> > chmod -w foo
>
> But it fails in a surprising and (until I realized what must be
> happening) puzzling way:
>
> > + chmod -w foo
> > *** omake error:
> > Lm_arg.BogusArg("No such option: -w")
>
> Is this a bug in OMake, the documentation, or my brain?
chmod is an internal Omake function that does not have -w flag. See
http://omake.metaprl.org/omake-system.html#chapter:system
- Dmitry Bely
More information about the Omake
mailing list