We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e815689 commit cff672fCopy full SHA for cff672f
cefpython/var/linux/start-env.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+
3
+echo "Adding depot_tools to PATH"
4
+export PATH="$PATH":`pwd`/depot_tools
5
6
+echo "Switching chroot to Precise32 (Ubuntu 12.04 LTS 32 bit)"
7
+precise32
8
0 commit comments