We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c67868 + 16e22f9 commit 59a56bcCopy full SHA for 59a56bc
scripts/install_code.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Check Python version > 2.7
4
-test `python -c 'import sys; print sys.version_info < (2, 7)'` = "True" && echo 'CODE requires Python 2.7.'; exit 1
+test `python -c 'import sys; print sys.version_info < (2, 7)'` = "True" && echo 'CODE requires Python 2.7.' && exit 1
5
6
url='https://raw.github.com/douban/code/master/scripts'
7
0 commit comments