[python] Make pylookup use correct shell

This commit is contained in:
Koray Al 2018-11-26 12:55:45 +03:00 committed by smile13241324
parent cca2405f7d
commit 08cd88a6ea
2 changed files with 2 additions and 0 deletions

View File

@ -2352,6 +2352,7 @@ Other:
- Enabled =eldoc= for =anaconda-mode= (thanks to Vikash Balasubramanian)
- Various fixes for =lsp-python-ms= setup (thanks to Trapez Breen)
- Added lazy loading of =lsp-python-ms= (thanks to Ying Qu)
- Make pylookup makefile use correct shell (thanks to Koray Al)
**** Racket
- Restore smart closing paren behavior in racket-mode (thanks to Don March)
- Updated racket logo (thanks to Vityou)

View File

@ -1,3 +1,4 @@
SHELL := /bin/sh
VER := $(shell python --version 2>&1 | grep -o "[0-9].[0-9].[0-9]*")
MAJOR_VERSION = $(shell python --version 2>&1 | grep -o "Python [0-9]" | grep -o "[0-9]")
ZIP := python-${VER}-docs-html.zip