From: W. Trevor King Date: Mon, 16 Jun 2014 17:36:16 +0000 (-0700) Subject: swc-windows-installer.py: Canonical SQLite capitalization X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5fc79139893a1e87ee29edd30addea6685c2a09;p=swc-boot-camp.git swc-windows-installer.py: Canonical SQLite capitalization We might as well match the upstream capitalization conventions. --- diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 30450c0..4af86ab 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -6,7 +6,7 @@ Helps mimic a *nix environment on Windows with as little work as possible. The script: * Installs nano and makes it accessible from msysGit -* Installs sqlite3 and makes it accessible from msysGit +* Installs SQLite and makes it accessible from msysGit * Creates ~/nano.rc with links to syntax highlighting configs * Provides standard nosetests behavior for msysGit * Add R's bin directory to the path (if we can find it) @@ -169,7 +169,7 @@ def install_nanorc(install_directory): def install_sqlite(install_directory): - """Download and install the sqlite3 shell""" + """Download and install the SQLite shell""" zip_install( url='https://sqlite.org/2014/sqlite-shell-win32-x86-3080403.zip', sha1='1a8ab0ca9f4c51afeffeb49bd301e1d7f64741bb',