Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/pexpect/pexpect/bashrc.sh

Issue 1398903002: Add third_party/pexpect (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@end-to-end-test
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pexpect/pexpect/async.py ('k') | third_party/pexpect/pexpect/exceptions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pexpect/pexpect/bashrc.sh
diff --git a/third_party/pexpect/pexpect/bashrc.sh b/third_party/pexpect/pexpect/bashrc.sh
new file mode 100644
index 0000000000000000000000000000000000000000..99a3ac2ff833278b3ff39e2e3911529489c46fb5
--- /dev/null
+++ b/third_party/pexpect/pexpect/bashrc.sh
@@ -0,0 +1,5 @@
+source /etc/bash.bashrc
+source ~/.bashrc
+
+# Reset PS1 so pexpect can find it
+PS1="$"
« no previous file with comments | « third_party/pexpect/pexpect/async.py ('k') | third_party/pexpect/pexpect/exceptions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698