Merge lp:~dobey/ubuntu-sso-client/shebangs into lp:ubuntu-sso-client

Proposed by dobey
Status: Merged
Approved by: Roberto Alsina
Approved revision: 978
Merged at revision: 978
Proposed branch: lp:~dobey/ubuntu-sso-client/shebangs
Merge into: lp:ubuntu-sso-client
Diff against target: 59 lines (+6/-6)
6 files modified
bin/ubuntu-sso-login (+1/-1)
bin/ubuntu-sso-login-gtk (+1/-1)
bin/ubuntu-sso-login-qt (+1/-1)
bin/ubuntu-sso-proxy-creds-qt (+1/-1)
bin/ubuntu-sso-ssl-certificate-qt (+1/-1)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntu-sso-client/shebangs
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+112424@code.launchpad.net

Commit message

Avoid using /usr/bin/env in scripts.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1 trivial

review: Approve
Revision history for this message
Alejandro J. Cura (alecu) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/ubuntu-sso-login'
2--- bin/ubuntu-sso-login 2012-06-07 17:19:53 +0000
3+++ bin/ubuntu-sso-login 2012-06-27 20:15:21 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/bin/env python
6+#!/usr/bin/python
7 # -*- coding: utf-8 -*-
8 #
9 # Copyright 2009-2012 Canonical Ltd.
10
11=== modified file 'bin/ubuntu-sso-login-gtk'
12--- bin/ubuntu-sso-login-gtk 2012-04-09 17:38:24 +0000
13+++ bin/ubuntu-sso-login-gtk 2012-06-27 20:15:21 +0000
14@@ -1,4 +1,4 @@
15-#!/usr/bin/env python
16+#!/usr/bin/python
17 # -*- coding: utf-8 -*-
18 #
19 # Copyright 2012 Canonical Ltd.
20
21=== modified file 'bin/ubuntu-sso-login-qt'
22--- bin/ubuntu-sso-login-qt 2012-05-01 12:38:09 +0000
23+++ bin/ubuntu-sso-login-qt 2012-06-27 20:15:21 +0000
24@@ -1,4 +1,4 @@
25-#!/usr/bin/env python
26+#!/usr/bin/python
27 # -*- coding: utf-8 -*-
28 #
29 # Copyright 2012 Canonical Ltd.
30
31=== modified file 'bin/ubuntu-sso-proxy-creds-qt'
32--- bin/ubuntu-sso-proxy-creds-qt 2012-04-09 17:38:24 +0000
33+++ bin/ubuntu-sso-proxy-creds-qt 2012-06-27 20:15:21 +0000
34@@ -1,4 +1,4 @@
35-#!/usr/bin/env python
36+#!/usr/bin/python
37 # -*- coding: utf-8 -*-
38 #
39 # Copyright 2012 Canonical Ltd.
40
41=== modified file 'bin/ubuntu-sso-ssl-certificate-qt'
42--- bin/ubuntu-sso-ssl-certificate-qt 2012-04-09 17:38:24 +0000
43+++ bin/ubuntu-sso-ssl-certificate-qt 2012-06-27 20:15:21 +0000
44@@ -1,4 +1,4 @@
45-#!/usr/bin/env python
46+#!/usr/bin/python
47 # -*- coding: utf-8 -*-
48 #
49 # Copyright 2012 Canonical Ltd.
50
51=== modified file 'setup.py'
52--- setup.py 2012-06-22 16:55:35 +0000
53+++ setup.py 2012-06-27 20:15:21 +0000
54@@ -1,4 +1,4 @@
55-#!/usr/bin/env python
56+#!/usr/bin/python
57 # setup.py - Build system for Ubuntu SSO Client package
58 #
59 # Copyright 2010-2012 Canonical Ltd.

Subscribers

People subscribed via source and target branches