zshrc comment typo: .zprofice should be .zprofile

Bug #1038298 reported by Steve Atwell
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
zsh (Debian)
Fix Released
Unknown
zsh (Ubuntu)
Fix Released
Low
Logan Rosen

Bug Description

/etc/zsh/zshrc has a typo in a comment:

# If you don't want compinit called here, place the line
# skip_global_compinit=1
# in your $ZDOTDIR/.zshenv or $ZDOTDIR/.zprofice

.zprofice should say .zprofile.

Tags: patch

Related branches

Revision history for this message
Steve Atwell (satwell) wrote :
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "zshrc.typo.patch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]

tags: added: patch
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in zsh (Ubuntu):
status: New → Confirmed
Logan Rosen (logan)
Changed in zsh (Ubuntu):
status: Confirmed → In Progress
assignee: nobody → Logan Rosen (logan)
Changed in zsh (Ubuntu):
importance: Undecided → Low
Revision history for this message
Michael Terry (mterry) wrote :

Thanks for the patch! But this change isn't worth the overhead of a delta with Debian, since the typo is in a comment. I've forwarded the patch on to Debian, will link the bug here. Thanks again!

Revision history for this message
Steve Atwell (satwell) wrote :

Hi Michael. Thanks for looking at this, but this isn't actually a Debian bug. Ubuntu adds the following block to debian/zsh in the ubuntu version of the zsh package:

-----
# If you don't want compinit called here, place the line
# skip_global_compinit=1
# in your $ZDOTDIR/.zshenv or $ZDOTDIR/.zprofice
if [[ -z "$skip_global_compinit" ]]; then
  autoload -U compinit
  compinit
fi
-----

This block doesn't show up in any versions of the debian package I checked (4.3.17-1 or 5.0.0-2).

Revision history for this message
Michael Terry (mterry) wrote :

Steve, you are right. I thought I checked for whether this was just in the delta, but I wasn't thorough. I've uploaded the fix.

Changed in zsh (Debian):
status: Unknown → New
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package zsh - 5.0.0-2ubuntu2

---------------
zsh (5.0.0-2ubuntu2) raring; urgency=low

  * debian/zshrc: Fix typo (.zprofice → .zprofile) (LP: #1038298)
 -- Logan Rosen <email address hidden> Fri, 19 Oct 2012 11:35:45 -0400

Changed in zsh (Ubuntu):
status: In Progress → Fix Released
Changed in zsh (Debian):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.