Use .py suffix for python scripts, we're following chromium.
This commit is contained in:
parent
9983e7c0ba
commit
993c7ad650
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
./script/update-frameworks
|
./script/update-frameworks
|
||||||
./script/update-node v0.10.9
|
./script/update-node.py --version v0.10.9
|
||||||
|
|
||||||
gyp -f ninja --depth . atom.gyp \
|
gyp -f ninja --depth . atom.gyp \
|
||||||
-Icommon.gypi \
|
-Icommon.gypi \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue