From bcdbdcb7e327233f14ce833ca1b5a439b950070e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 27 May 2006 20:29:17 +0000 Subject: bitbake/lib/bb/shell.py: -Rename last trace of pastebin.com to oe.pastebin.com (which was in a comment any way) --- lib/bb/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/shell.py b/lib/bb/shell.py index 6a25aaf46..d4b4cb4df 100644 --- a/lib/bb/shell.py +++ b/lib/bb/shell.py @@ -364,7 +364,7 @@ SRC_URI = "" new.usage = " " def pasteBin( self, params ): - """Send a command + output buffer to http://pastebin.com""" + """Send a command + output buffer to http://oe.pastebin.com""" index = params[0] contents = self._shell.myout.buffer( int( index ) ) status, error, location = sendToPastebin( contents ) -- cgit 1.2.3-korg