[Omake] Command syntax
Benjamin Pierce
bcpierce at cis.upenn.edu
Mon Jun 12 08:54:12 PDT 2006
OK, that helps. Thanks!
- Benjamin
On Jun 12, 2006, at 11:40 AM, Dmitry Bely wrote:
> On 6/12/06, Benjamin Pierce <bcpierce at cis.upenn.edu> wrote:
>> > chmod is an internal Omake function that does not have -w flag. See
>> >
>> > http://omake.metaprl.org/omake-system.html#chapter:system
>>
>> That part I understand. But I don't understand why chmod parses this
>> way while echo (according to the documentation) seems to parse a
>> different way.
>
> Just because the "chmod" shell command is defined in Pervasives.om
> while "shell" is already an internal shell command. BTW, if you need
> an external command, use the following form:
>
> "chmod" -w foo
>
> (or define USE_SYSTEM_COMMANDS)
>
> - Dmitry Bely
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake
More information about the Omake
mailing list