1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-23 13:33:32 +01:00

Fix Windows platform detection.

--HG--
extra : rebase_source : 22fa7cb45e3571c2fd4fe527121c50ceac249b25
This commit is contained in:
Doug Kearns
2010-09-22 17:36:04 +10:00
parent 60eac8d752
commit 542086159f
7 changed files with 20 additions and 24 deletions

View File

@@ -1165,7 +1165,7 @@
<tags>'shell' 'sh'</tags>
<spec>'shell' 'sh'</spec>
<type>string</type>
<default type="plain"><em>$SHELL</em> or <str>sh</str>, Win32: <str>cmd.exe</str></default>
<default type="plain"><em>$SHELL</em> or <str>sh</str>, Windows: <str>cmd.exe</str></default>
<description>
<p>Shell to use for executing <ex>:!</ex> and <ex>:run</ex> commands.</p>
</description>
@@ -1177,7 +1177,7 @@
<spec>'shellcmdflag' 'shcf'</spec>
<strut/>
<type>string</type>
<default type="plain"><str>-c</str>, Win32: <str>/c</str></default>
<default type="plain"><str>-c</str>, Windows: <str>/c</str></default>
<description>
<p>Flag passed to shell when executing <ex>:!</ex> and <ex>:run</ex> commands.</p>
</description>