swc-windows-installer.py: Use POSIX paths for ~/nano.rc
authorW. Trevor King <wking@tremily.us>
Thu, 13 Mar 2014 02:21:57 +0000 (19:21 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 13 Mar 2014 02:21:57 +0000 (19:21 -0700)
commitee9a596188011c912ca12686a5fb35431a613a68
tree70a6207f37a772542d4b3b04699ce3a7ffc3a8d6
parenta4536c403a862256a3026e17413b6f67c618ae1e
swc-windows-installer.py: Use POSIX paths for ~/nano.rc

On Wed, Mar 12, 2014 at 06:34:43PM -0700, Ethan White wrote [1]:
> The bash script in #228 is now working properly, but the Python
> script is still failing. It reports errors like:
>
>     Error reading ~\.swc\share\nanorc\doc\syntax\python.nanorc
>
> The obvious difference is that the nano.rc files produced by the
> bash script have `/` for paths for the includes, but the Python
> script produces includes that use `\`.

[1]: https://github.com/swcarpentry/bc/pull/357#issuecomment-37491038
swc-windows-installer.py