From 0e9ca60a6f2ac30952a7837d849d968e60fb3f1b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 13 Jan 2014 10:57:13 -0800 Subject: [PATCH] windows-installer/swc-windows-installer.sh: Convert script from Python to POSIX shell On Mon, Jan 13, 2014 at 05:49:51AM -0800, Aron Ahmadia wrote: > We currently have an installer that handles the issue of installing > `nano` into msysgit for use with Git: ... > > This currently doesn't help for bootcamps where Python is not > installed, so it would be handy to have a version of this that > doesn't rely on a Python install. POSIX shell, because an interpreted language from 1977 [1] is more widely supported than an interpreted language from 1991 [2]. It looks like the default msysGit install sets up the right double-click magic too: On Mon, Jan 13, 2014 at 10:03:24AM -0800, Ethan White wrote: > Will a POSIX version run by simply double clicking the file? On Mon, Jan 13, 2014 at 10:25:33AM -0800, Ethan White wrote: > Just checked this on my Windows machine and it actually seems to > work automatically as long as GitBash is installed and the file has > a .sh extension. So POSIX away. [1]: http://en.wikipedia.org/wiki/Bourne_shell [2]: http://en.wikipedia.org/wiki/Python_language --- windows-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-installer b/windows-installer index 70c97fc..a82ad6c 160000 --- a/windows-installer +++ b/windows-installer @@ -1 +1 @@ -Subproject commit 70c97fca300d0f2cb9e7c565faa222ba1de9f3bb +Subproject commit a82ad6c1dffd205ac9ff0e1b26e9b2328a076657 -- 2.26.2