From 9d18c03fe994e9619bad99043cf749ea1b00a53f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 13 Jan 2014 10:58:25 -0800 Subject: [PATCH] setup/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 --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 2a875f1..0e9ca60 160000 --- a/setup +++ b/setup @@ -1 +1 @@ -Subproject commit 2a875f1c6a69ea83525cdf23dc08865ebc872d40 +Subproject commit 0e9ca60a6f2ac30952a7837d849d968e60fb3f1b -- 2.26.2