Merge lp:~smoser/euca2ools/fix-local-bin into lp:euca2ools

Proposed by Scott Moser
Status: Merged
Merged at revision: 499
Proposed branch: lp:~smoser/euca2ools/fix-local-bin
Merge into: lp:euca2ools
Diff against target: 19 lines (+2/-2)
2 files modified
bin/eustore-describe-images (+1/-1)
bin/eustore-install-image (+1/-1)
To merge this branch: bzr merge lp:~smoser/euca2ools/fix-local-bin
Reviewer Review Type Date Requested Status
Garrett Holmstrom Approve
Review via email: mp+85712@code.launchpad.net

Description of the change

replace /usr/local/bin/python with /usr/bin/python

bin/eustore-describe-images and bin/eustore-install-image
use have '#!/usr/local/bin/python' as their interpreter, which
is inconsistent with everything else.

To post a comment you must log in.
Revision history for this message
Garrett Holmstrom (gholms) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/eustore-describe-images'
2--- bin/eustore-describe-images 2011-09-13 04:25:46 +0000
3+++ bin/eustore-describe-images 2011-12-14 17:32:31 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/local/bin/python
6+#!/usr/bin/python
7 # -*- coding: utf-8 -*-
8
9 # Software License Agreement (BSD License)
10
11=== modified file 'bin/eustore-install-image'
12--- bin/eustore-install-image 2011-09-13 04:25:46 +0000
13+++ bin/eustore-install-image 2011-12-14 17:32:31 +0000
14@@ -1,4 +1,4 @@
15-#!/usr/local/bin/python
16+#!/usr/bin/python
17 # -*- coding: utf-8 -*-
18
19 # Software License Agreement (BSD License)

Subscribers

People subscribed via source and target branches