Merge lp:~julian-edwards/launchpad/update-sourcecode-use-sys-py into lp:launchpad

Proposed by Julian Edwards
Status: Merged
Approved by: Eleanor Berger
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~julian-edwards/launchpad/update-sourcecode-use-sys-py
Merge into: lp:launchpad
Diff against target: 9 lines (+1/-1)
1 file modified
utilities/update-sourcecode (+1/-1)
To merge this branch: bzr merge lp:~julian-edwards/launchpad/update-sourcecode-use-sys-py
Reviewer Review Type Date Requested Status
Eleanor Berger (community) code Approve
Review via email: mp+21843@code.launchpad.net

Commit message

utilities/update-sourcecode should use the system python or it breaks on lucid.

Description of the change

utilities/update-sourcecode should use the system python or it breaks on lucid.

See the bug.

To post a comment you must log in.
Revision history for this message
Eleanor Berger (intellectronica) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utilities/update-sourcecode'
2--- utilities/update-sourcecode 2009-09-28 14:16:56 +0000
3+++ utilities/update-sourcecode 2010-03-22 10:30:40 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/bin/python2.5 -u
6+#!/usr/bin/python -u
7 #
8 # Copyright 2009 Canonical Ltd. This software is licensed under the
9 # GNU Affero General Public License version 3 (see the file LICENSE).