forked from kiss-community/repo
chromium: Fix build.
This commit is contained in:
parent
c0227c505f
commit
c3644ed06a
@ -11,7 +11,7 @@ export PATH=$PWD/fix-python-bin:$PATH
|
||||
mkdir -p fix-python-bin
|
||||
cat << EOF > ./fix-python-bin/python
|
||||
#!/bin/sh
|
||||
exec python2 "$@"
|
||||
exec python2 "\$@"
|
||||
EOF
|
||||
chmod +x ./fix-python-bin/python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user