Merge lp:~dobey/ubuntuone-client/shebangs into lp:ubuntuone-client

Proposed by dobey
Status: Merged
Approved by: Roberto Alsina
Approved revision: 1268
Merged at revision: 1269
Proposed branch: lp:~dobey/ubuntuone-client/shebangs
Merge into: lp:ubuntuone-client
Diff against target: 34 lines (+3/-7)
3 files modified
bin/u1sdtool (+2/-2)
contrib/dbus-docs (+1/-3)
ubuntuone/platform/filesystem_notifications/pyinotify_agnostic.py (+0/-2)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/shebangs
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+112425@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/u1sdtool'
2--- bin/u1sdtool 2012-04-10 18:11:54 +0000
3+++ bin/u1sdtool 2012-06-27 20:17:21 +0000
4@@ -1,6 +1,6 @@
5-#! /usr/bin/env python
6+#! /usr/bin/python
7 #
8-# Copyright 2009-2011 Canonical Ltd.
9+# Copyright 2009-2012 Canonical Ltd.
10 #
11 # This program is free software: you can redistribute it and/or modify it
12 # under the terms of the GNU General Public License version 3, as published
13
14=== modified file 'contrib/dbus-docs'
15--- contrib/dbus-docs 2012-04-09 20:07:05 +0000
16+++ contrib/dbus-docs 2012-06-27 20:17:21 +0000
17@@ -1,6 +1,4 @@
18-#!/usr/bin/env python
19-#
20-# Author: Guillermo Gonzalez <guillermo.gonzalez@canonical.com>
21+#!/usr/bin/python
22 #
23 # Copyright 2009-2012 Canonical Ltd.
24 #
25
26=== modified file 'ubuntuone/platform/filesystem_notifications/pyinotify_agnostic.py'
27--- ubuntuone/platform/filesystem_notifications/pyinotify_agnostic.py 2012-06-14 18:41:11 +0000
28+++ ubuntuone/platform/filesystem_notifications/pyinotify_agnostic.py 2012-06-27 20:17:21 +0000
29@@ -1,5 +1,3 @@
30-#!/usr/bin/env python
31-
32 # pyinotify.py - python interface to inotify
33 # Copyright (c) 2010 Sebastien Martini <seb@dbzteam.org>
34 #

Subscribers

People subscribed via source and target branches