Merge lp:~abhishekkumarsingh-cse/ubuntu/oneiric/base-files/oneiric into lp:ubuntu/oneiric/base-files

Proposed by Abhishek kumar singh
Status: Work in progress
Proposed branch: lp:~abhishekkumarsingh-cse/ubuntu/oneiric/base-files/oneiric
Merge into: lp:ubuntu/oneiric/base-files
Diff against target: 28 lines (+8/-2)
2 files modified
debian/changelog (+6/-0)
share/profile (+2/-2)
To merge this branch: bzr merge lp:~abhishekkumarsingh-cse/ubuntu/oneiric/base-files/oneiric
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+80609@code.launchpad.net
To post a comment you must log in.
83. By Abhishek kumar singh

Bash scripting bug fixed(LP: #683311).

Revision history for this message
Stéphane Graber (stgraber) wrote :

That changelog doesn't contain a valid e-mail address. You probably also want a space between the comment and the (LP...).

You also need to either target the current development release, "precise" if the fix isn't in there already or if it's, then target "oneiric-proposed" with version number 6.4ubuntu5.1.

Marking the branch as work in progress, please switch it back to needs review once the changes are done.

Thanks!

Revision history for this message
Colin Watson (cjwatson) wrote :

Also maybe a better changelog entry; this is a quoting bug, and isn't bash-specific. As a general rule of thumb, I find it best to describe the functional change being made rather than describing the bug being fixed.

Unmerged revisions

83. By Abhishek kumar singh

Bash scripting bug fixed(LP: #683311).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-10-08 00:45:55 +0000
3+++ debian/changelog 2011-10-27 18:25:26 +0000
4@@ -1,3 +1,9 @@
5+base-files (6.4ubuntu6) oneiric; urgency=low
6+
7+ * Bash scripting bug fixed(LP: #683311).
8+
9+ -- ABHISHEK SINGH <abhishek@abhishek-VirtualBox> Fri, 28 Oct 2011 05:01:10 +0530
10+
11 base-files (6.4ubuntu5) oneiric; urgency=low
12
13 * /etc/issue, /etc/issue.net, /etc/lsb-release: Prepare for Oneiric
14
15=== modified file 'share/profile'
16--- share/profile 2011-06-22 08:24:53 +0000
17+++ share/profile 2011-10-27 18:25:26 +0000
18@@ -3,8 +3,8 @@
19
20 if [ -d /etc/profile.d ]; then
21 for i in /etc/profile.d/*.sh; do
22- if [ -r $i ]; then
23- . $i
24+ if [ -r "$i" ]; then
25+ . "$i"
26 fi
27 done
28 unset i

Subscribers

People subscribed via source and target branches