fredokun / cl-jupyter

An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
BSD 2-Clause "Simplified" License
199 stars 29 forks source link

Modified regex for checking ccl version #52

Open goranmoomin opened 5 years ago

goranmoomin commented 5 years ago

CCL's version string format is Version 1.11.5 (DarwinX8664). Using the original regex makes installation script think the version is 1.5, not 1.11. Modified regex.